Skip to content

Commit

Permalink
Update src/spikeanalysis/curated_spike_analysis.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zm711 authored Oct 31, 2024
1 parent 115da40 commit 6965873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeanalysis/curated_spike_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def set_mask(self, mask: list[bool]):

if len(mask) == len(self.cluster_ids):
raise ValueError(
"mask len {len(mask)} must be same as cluster ids len {len(self.cluster_ids)}. Maybe you need to revert curation."
f"mask len {len(mask)} must be same as cluster ids len {len(self.cluster_ids)}. Maybe you need to revert curation."
)

self.mask = mask
Expand Down

0 comments on commit 6965873

Please sign in to comment.