From d7d4436a6b2ee8490bfaaf3457e6249e14553a60 Mon Sep 17 00:00:00 2001 From: Steph Prince <40640337+stephprince@users.noreply.github.com> Date: Fri, 8 Nov 2024 12:08:54 -0800 Subject: [PATCH] Update docs/gallery/domain/ecephys.py --- docs/gallery/domain/ecephys.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gallery/domain/ecephys.py b/docs/gallery/domain/ecephys.py index 53d858159..48a979272 100644 --- a/docs/gallery/domain/ecephys.py +++ b/docs/gallery/domain/ecephys.py @@ -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",