Verified Commit 30830fe0 authored by Daniel Williams's avatar Daniel Williams
Browse files

Added some testing data.

parent 2aa9dc76
Loading
Loading
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.
+53693 −0

File added.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -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)