Skip to content

Commit

Permalink
Update src/spikeinterface/core/tests/test_time_handling.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 authored Sep 6, 2024
1 parent daed5f1 commit f032b1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/spikeinterface/core/tests/test_time_handling.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ def test_sorting_analyzer_get_durations_from_recording(self, time_vector_recordi
"""
_, times_recording, _ = time_vector_recording

durations = [times_recording.get_duration(s) for s in range(times_recording.get_num_segments())]
sorting = si.generate_sorting(
durations=[times_recording.get_duration(s) for s in range(times_recording.get_num_segments())]
)
Expand Down

0 comments on commit f032b1b

Please sign in to comment.