Skip to content

Commit

Permalink
Update src/spikeinterface/core/generate.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alessio Buccino <[email protected]>
  • Loading branch information
h-mayorquin and alejoe91 authored Dec 19, 2024
1 parent 33359cc commit bb48b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/core/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ def __init__(
"""

unit_ids = [str(id) for id in np.arange(num_units)]
unit_ids = [str(idx) for idx in np.arange(num_units)]
super().__init__(sampling_frequency, unit_ids)

self.num_units = num_units
Expand Down

0 comments on commit bb48b63

Please sign in to comment.