Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 29, 2024
1 parent 6957e74 commit ed5f90c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ def test_compare_multiple_templates():
duration = 60
num_channels = 8

rec, sort = generate_ground_truth_recording(
durations=[duration], num_channels=num_channels
)
rec, sort = generate_ground_truth_recording(durations=[duration], num_channels=num_channels)

# split recording in 3 equal slices
fs = rec.get_sampling_frequency()
Expand Down
4 changes: 1 addition & 3 deletions src/spikeinterface/preprocessing/tests/test_motion.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@


def test_estimate_and_correct_motion():
rec, sorting = generate_ground_truth_recording(
durations=[30.0], num_units=10, num_channels=12
)
rec, sorting = generate_ground_truth_recording(durations=[30.0], num_units=10, num_channels=12)

print(rec)

Expand Down

0 comments on commit ed5f90c

Please sign in to comment.