Esempio n. 1
0
 def test_read_protocol(self):
     for f in self.files_to_test:
         filename = self.get_filename_path(f)
         reader = AxonIO(filename=filename)
         bl = reader.read_block(lazy=True)
         if bl.annotations['abf_version'] >= 2.:
             reader.read_protocol()
Esempio n. 2
0
 def test_read_protocol(self):
     for f in self.files_to_test:
         filename = self.get_filename_path(f)
         reader = AxonIO(filename=filename)
         bl = reader.read_block(lazy=True)
         if bl.annotations['abf_version']>=2.:
             reader.read_protocol()