Skip to content

Commit

Permalink
Update src/spikeinterface/comparison/multicomparisons.py
Browse files Browse the repository at this point in the history
Co-authored-by: Zach McKenzie <[email protected]>
  • Loading branch information
alejoe91 and zm711 authored Nov 22, 2023
1 parent a355b92 commit 09d9259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/comparison/multicomparisons.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def save_to_folder(self, save_folder):
for sorting in self.object_list:
assert sorting.check_serializability(
"json"
), "MultiSortingComparison.save_to_folder() need json serializable sortings"
), "MultiSortingComparison.save_to_folder() needs json serializable sortings"

save_folder = Path(save_folder)
save_folder.mkdir(parents=True, exist_ok=True)
Expand Down

0 comments on commit 09d9259

Please sign in to comment.