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 c25c6aa commit 28da289Copy full SHA for 28da289
rec_to_binaries/test/e2etests/test_binary_utils.py
@@ -26,7 +26,7 @@ def test_TrodesBinaryReader_check_if_valid_file_is_read(e2etests_directory_path)
26
file_path = f'{e2etests_directory_path}/test_data/TrodesBinaryReader_check_if_valid_file_is_read.txt'
27
trodes_binary_reader = TrodesBinaryReader(file_path)
28
29
- assert trodes_binary_reader.txta_start_byte == 43
+ assert trodes_binary_reader.data_start_byte == 43
30
assert trodes_binary_reader.header_params == {'a': '1', 'data': '2'}
31
32
def test_TrodesLFPBinaryLoader_check_if_file_can_be_read(e2etests_directory_path):
0 commit comments