Loading tests/data/README 0 → 100644 +1 −0 Original line number Diff line number Diff line The files in this directory are intended only for testing the code, and may only contain a fraction of the entire waveform. They are also not included in the license for the remainder of the code in this repository. tests/data/s27WHW02_LS220_j0_rx3_full_cc_fheat1.05_HlmD.dat 0 → 100644 +53693 −0 File added.Preview size limit exceeded, changes collapsed. Show changes tests/test_sources.py +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ class TestMinkeSources(unittest.TestCase): """ self.datafiles = {} self.datafiles['Ott13'] = download_nr(ott_data_url) self.datafiles['Ott13'] = 'tests/data/frame_list.dat' #download_nr(ott_data_url) self.mdcset = mdctools.MDCSet(['L1', 'H1']) self.times = distribution.even_time(start = 1126620016, stop = 1136995216, rate = 630720, jitter = 20) Loading Loading
tests/data/README 0 → 100644 +1 −0 Original line number Diff line number Diff line The files in this directory are intended only for testing the code, and may only contain a fraction of the entire waveform. They are also not included in the license for the remainder of the code in this repository.
tests/data/s27WHW02_LS220_j0_rx3_full_cc_fheat1.05_HlmD.dat 0 → 100644 +53693 −0 File added.Preview size limit exceeded, changes collapsed. Show changes
tests/test_sources.py +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ class TestMinkeSources(unittest.TestCase): """ self.datafiles = {} self.datafiles['Ott13'] = download_nr(ott_data_url) self.datafiles['Ott13'] = 'tests/data/frame_list.dat' #download_nr(ott_data_url) self.mdcset = mdctools.MDCSet(['L1', 'H1']) self.times = distribution.even_time(start = 1126620016, stop = 1136995216, rate = 630720, jitter = 20) Loading