Skip to content

Commit 2132fa9

Browse files
MGAMZchrishalcrow
andauthored
A missing fix
Co-authored-by: Chris Halcrow <57948917+chrishalcrow@users.noreply.github.com>
1 parent d7b88dd commit 2132fa9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/spikeinterface/core/sortinganalyzer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1635,7 +1635,8 @@ def compute(self, input, save=True, extension_params=None, verbose=False, **kwar
16351635
elif isinstance(input, dict):
16361636
params_, job_kwargs = split_job_kwargs(kwargs)
16371637
assert len(params_) == 0, (
1638-
"Too many arguments for SortingAnalyzer.compute_several_extensions(), " f"they are: {set(params_)}"
1638+
"Too many arguments for SortingAnalyzer.compute_several_extensions(), "
1639+
f"please remove the arguments {set(params_)} from the compute function."
16391640
)
16401641
self.compute_several_extensions(extensions=input, save=save, verbose=verbose, **job_kwargs)
16411642
elif isinstance(input, list):

0 commit comments

Comments
 (0)