Skip to content

Commit

Permalink
Update src/spikeinterface/sorters/runsorter.py
Browse files Browse the repository at this point in the history
Co-authored-by: Heberto Mayorquin <[email protected]>
  • Loading branch information
alejoe91 and h-mayorquin authored Nov 30, 2023
1 parent fdbd852 commit 2f7ca19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/sorters/runsorter.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ def run_sorter_container(
elif recording.check_serializability("pickle"):
(parent_folder / "in_container_recording.pickle").write_bytes(pickle.dumps(rec_dict))
else:
raise RuntimeError("To use run_sorter with container the recording must serializable")
raise RuntimeError("To use run_sorter with container the recording must be serializable")

# need to share specific parameters
(parent_folder / "in_container_params.json").write_text(
Expand Down

0 comments on commit 2f7ca19

Please sign in to comment.