Skip to content

Commit

Permalink
add comment about num_chan
Browse files Browse the repository at this point in the history
  • Loading branch information
zm711 committed Sep 10, 2024
1 parent ec0a639 commit 4b6b1b9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ def test_sequential_reading_of_small_traces(folder_with_binary_files):
dtype = "float32"

file_paths = [folder / "traces_cached_seg0.raw"]
# `num_chan` is kept for backward compatibility so including it at least one test
# run is good to ensure that it is appropriately accepted as an argument
recording = BinaryRecordingExtractor(
num_chan=num_channels,
file_paths=file_paths,
Expand Down

0 comments on commit 4b6b1b9

Please sign in to comment.