Skip to content

Commit 0b219df

Browse files
committed
MAINT: deactivate unit test, #6
1 parent 109fc0f commit 0b219df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyBAR_mimosa26_interpreter/testing/test_interpreter.py

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def tearDownClass(cls): # Remove created files
7373
os.remove(os.path.join(tests_data_folder, 'anemone_interpreted.h5'))
7474
os.remove(os.path.join(tests_data_folder, 'anemone_interpreted.pdf'))
7575

76+
@unittest.skip("bug in create_raw_data")
7677
def test_interpretation(self):
7778
result_dtype = raw_data_interpreter.hits_dtype
7879
FRAME_UNIT_CYCLE = raw_data_interpreter.FRAME_UNIT_CYCLE

0 commit comments

Comments
 (0)