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: Zach McKenzie <[email protected]>
  • Loading branch information
h-mayorquin and zm711 authored Apr 30, 2024
1 parent ca5a50d commit 64a8432
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 @@ -81,7 +81,7 @@ def generate_recording(
probe.set_device_channel_indices(np.arange(num_channels))
recording.set_probe(probe, in_place=True)

recording.name = "SyntethicRecording"
recording.name = "SyntheticRecording"

return recording

Expand Down

0 comments on commit 64a8432

Please sign in to comment.