Skip to content

Commit c554ef3

Browse files
committed
comment test
1 parent 28af705 commit c554ef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

neo/test/rawiotest/test_neuralynxrawio.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,9 +378,9 @@ def test_equality(self):
378378
if __name__ == "__main__":
379379
unittest.main()
380380

381-
test = TestNeuralynxRawIO()
381+
# test = TestNeuralynxRawIO()
382382
# test.test_scan_ncs_files()
383-
test.test_exclude_filenames()
383+
# test.test_exclude_filenames()
384384
# test.test_include_filenames()
385385

386386
# test = TestNcsSectionsFactory()

0 commit comments

Comments
 (0)