Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed May 13, 2024
1 parent 0f9f674 commit e3ef0e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/spikeinterface/core/analyzer_extension_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ def get_templates(self, unit_ids=None, operator="average", percentile=None, save
channel_ids=self.sorting_analyzer.channel_ids,
unit_ids=unit_ids,
probe=self.sorting_analyzer.get_probe(),
is_scaled=self.soring_analyzer.return_scaled,
is_scaled=self.sorting_analyzer.return_scaled,
)
else:
raise ValueError("outputs must be numpy or Templates")
Expand Down
2 changes: 1 addition & 1 deletion src/spikeinterface/core/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Templates:
If True, it means that the templates are in uV, otherwise they are in raw ADC values.
check_for_consistent_sparsity : bool, optional default: None
When passing a sparsity_mask, this checks that the templates array is also sparse and that it matches the
structure fo the sparsity_mas
structure fo the sparsity_mask. If False, this check is skipped.
The following attributes are available after construction:
Expand Down

0 comments on commit e3ef0e9

Please sign in to comment.