Skip to content

Commit dfa4834

Browse files
edenoCopilot
andauthored
Update src/trodes_to_nwb/tests/test_convert_analog.py
Co-authored-by: Copilot <[email protected]>
1 parent f431303 commit dfa4834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trodes_to_nwb/tests/test_convert_analog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def test_selection_of_multiplexed_data():
9393
assert len(rec_dci.neo_io[0].multiplexed_channel_xml.keys()) == 10
9494
slice_ind = [(0, 4), (0, 30), (1, 15), (5, 15), (20, 25)]
9595
expected_channels = [4, 22, 14, 10, 2]
96-
for ind, expected in zip(slice_ind, expected_channels, strict=False):
96+
for ind, expected in zip(slice_ind, expected_channels, strict=True):
9797
data = rec_dci._get_data(
9898
(
9999
slice(0, 100, None),

0 commit comments

Comments
 (0)