Skip to content

Commit

Permalink
get rid of waveform term
Browse files Browse the repository at this point in the history
  • Loading branch information
zm711 committed Jun 28, 2024
1 parent 6f87a9b commit d5ec180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/widgets/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def check_extensions(sorting_analyzer, extensions):
if not sorting_analyzer.has_extension(extension):
raise_error = True
error_msg += (
f"The {extension} waveform extension is required for this widget. "
f"The {extension} sorting analyzer extension is required for this widget. "
f"Run the `sorting_analyzer.compute('{extension}', ...)` to compute it.\n"
)
if raise_error:
Expand Down

0 comments on commit d5ec180

Please sign in to comment.