Skip to content

Commit

Permalink
remove cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
kkappler committed Aug 6, 2023
1 parent b564664 commit 266899d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/synthetic/test_fourier_coefficients.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,18 +100,6 @@ def test_decimation_and_stft_config_creator(self):
return cfgs


# def test_can_add_fcs_to_synthetic_mth5s(decimation_and_stft_configs=None):
# synthetic_file_paths = list(DATA_PATH.glob("*.h5"))
# synthetic_file_paths = [x for x in synthetic_file_paths if "nan" not in str(x)]
# # Here are the synthetic files for which this is currently passing tests
# # [PosixPath('/home/kkappler/software/irismt/aurora/tests/synthetic/data/test1.h5'),
# # PosixPath('/home/kkappler/software/irismt/aurora/tests/synthetic/data/test2.h5'),
# # PosixPath('/home/kkappler/software/irismt/aurora/tests/synthetic/data/test3.h5'),
# # PosixPath('/home/kkappler/software/irismt/aurora/tests/synthetic/data/test12rr.h5')]
# for mth5_path in synthetic_file_paths:
# add_fcs_to_mth5(mth5_path, decimation_and_stft_configs=decimation_and_stft_configs)
# read_back_fcs(mth5_path)
# return

def main():
# test_case = TestAddFourierCoefficientsToSyntheticData()
Expand Down

0 comments on commit 266899d

Please sign in to comment.