We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66da63 commit ae7cee1Copy full SHA for ae7cee1
neo/test/rawiotest/test_openephysrawio.py
@@ -20,7 +20,7 @@ def test_raise_error_if_discontinuous_files(self):
20
# It must raise an error
21
reader = OpenEphysRawIO(dirname=self.get_local_path(
22
'openephys/OpenEphys_SampleData_2_(multiple_starts)'))
23
- with self.assertRaises(Exception):
+ with self.assertWarns(UserWarning):
24
reader.parse_header()
25
26
def test_raise_error_if_strange_timestamps(self):
0 commit comments