예제 #1
0
 def test_io_identify(self):
     common.test_io_identify(DataQualityDict, ['xml', 'xml.gz'])
예제 #2
0
 def test_io_identify(self):
     common.test_io_identify(SegmentList, ['txt', 'hdf', 'hdf5'])
예제 #3
0
 def test_io_identify(self):
     common.test_io_identify(DataQualityFlag, ['xml', 'xml.gz', 'txt'])
예제 #4
0
파일: test_table.py 프로젝트: cpankow/gwpy
 def test_io_identify(self):
     common.test_io_identify(self.TABLE_CLASS,
                             ['xml', 'xml.gz', 'omicron.root'])
예제 #5
0
 def test_io_identify(self):
     common.test_io_identify(self.TEST_CLASS, ['txt', 'hdf', 'gwf'])
예제 #6
0
 def test_io_identify(self):
     common.test_io_identify(self.TEST_CLASS, ['txt', 'hdf', 'gwf'])
예제 #7
0
 def test_io_identify(self):
     common.test_io_identify(DataQualityDict, ['xml', 'xml.gz'])
예제 #8
0
 def test_io_identify(self):
     common.test_io_identify(DataQualityFlag, ['xml', 'xml.gz', 'txt'])
예제 #9
0
 def test_io_identify(self):
     common.test_io_identify(SegmentList, ['txt', 'hdf', 'hdf5'])
예제 #10
0
 def test_io_identify(self):
     common.test_io_identify(self.TABLE_CLASS,
                             ['xml', 'xml.gz', 'omicron.root'])