Skip to content

Commit

Permalink
Update docs/gallery/domain/ecephys.py
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince authored Nov 8, 2024
1 parent 4f36117 commit d7d4436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gallery/domain/ecephys.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
# unsorted spiking activity (e.g., multi-unit activity detected via threshold crossings during data acquisition).
# This information can be stored using :py:class:`~pynwb.ecephys.SpikeEventSeries` objects.

spike_snippets = np.random.rand(20, 3, 40) # 20 events, 4 channels, 40 samples per event
spike_snippets = np.random.rand(20, 3, 40) # 20 events, 3 channels, 40 samples per event
shank0 = nwbfile.create_electrode_table_region(
region=[0, 1, 2],
description="shank0",
Expand Down

0 comments on commit d7d4436

Please sign in to comment.