Skip to content

Commit

Permalink
Revert "fix test for deprecation"
Browse files Browse the repository at this point in the history
This reverts commit 309be48.
  • Loading branch information
zm711 committed Sep 10, 2024
1 parent 66d7fcb commit ec0a639
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def test_sequential_reading_of_small_traces(folder_with_binary_files):

file_paths = [folder / "traces_cached_seg0.raw"]
recording = BinaryRecordingExtractor(
num_channels=num_channels,
num_chan=num_channels,
file_paths=file_paths,
sampling_frequency=sampling_frequency,
dtype=dtype,
Expand Down

0 comments on commit ec0a639

Please sign in to comment.