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 Dec 20, 2023
1 parent e1f35b7 commit 0b0eaae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jazayeri_lab_to_nwb/watters/nwb_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def temporally_align_data_interfaces(self):
sorting_interface = self.data_interface_objects[
f"Sorting{probe_name}"
]

# Sanity check no sorted spikes are outside recording range
exceeded_spikes = waveform_tools.has_exceeding_spikes(
recording=recording_interface.recording_extractor,
Expand All @@ -113,7 +113,7 @@ def temporally_align_data_interfaces(self):
raise ValueError(
f"Spikes exceeding recording found in Sorting{probe_name}!"
)

# Register recording
sorting_interface.register_recording(recording_interface)

Expand Down

0 comments on commit 0b0eaae

Please sign in to comment.