Skip to content

Commit

Permalink
MAINT: deactivate unit test, #6
Browse files Browse the repository at this point in the history
  • Loading branch information
laborleben committed Jan 8, 2020
1 parent 109fc0f commit 0b219df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyBAR_mimosa26_interpreter/testing/test_interpreter.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def tearDownClass(cls): # Remove created files
os.remove(os.path.join(tests_data_folder, 'anemone_interpreted.h5'))
os.remove(os.path.join(tests_data_folder, 'anemone_interpreted.pdf'))

@unittest.skip("bug in create_raw_data")
def test_interpretation(self):
result_dtype = raw_data_interpreter.hits_dtype
FRAME_UNIT_CYCLE = raw_data_interpreter.FRAME_UNIT_CYCLE
Expand Down

0 comments on commit 0b219df

Please sign in to comment.