Skip to content

Commit

Permalink
Fix failing binaryrecordingextractor test
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Jun 22, 2024
1 parent 048fa78 commit a3a27cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_BinaryRecordingExtractor(create_cache_folder):

def test_round_trip(tmp_path):
num_channels = 10
num_samples = 50
num_samples = 500
traces_list = [np.ones(shape=(num_samples, num_channels), dtype="int32")]
sampling_frequency = 30_000.0
recording = NumpyRecording(traces_list=traces_list, sampling_frequency=sampling_frequency)
Expand Down

0 comments on commit a3a27cf

Please sign in to comment.