Skip to content

Commit 6f2f60c

Browse files
committed
with an "s" said Alessio.
1 parent 18311f3 commit 6f2f60c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/spikeinterface/core/tests/test_job_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ def test_get_best_job_kwargs():
301301
# num_units=50,
302302
# duration=120.0,
303303
# sampling_frequency=30000.0,
304-
# probe_name="Neuropixel-128",
304+
# probe_name="Neuropixels-128",
305305

306306
# )
307307
# # print(rec)

src/spikeinterface/generation/drifting_generator.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
# this should be moved in probeinterface but later
2727
_toy_probes = {
28-
"Neuropixel1-384": dict(
28+
"Neuropixels1-384": dict(
2929
num_columns=4,
3030
num_contact_per_column=[96] * 4,
3131
xpitch=16,
@@ -34,15 +34,15 @@
3434
contact_shapes="square",
3535
contact_shape_params={"width": 12},
3636
),
37-
"Neuropixel2-384": dict(
37+
"Neuropixels2-384": dict(
3838
num_columns=2,
3939
num_contact_per_column=[192] * 2,
4040
xpitch=32,
4141
ypitch=15,
4242
contact_shapes="square",
4343
contact_shape_params={"width": 12},
4444
),
45-
"Neuropixel1-128": dict(
45+
"Neuropixels1-128": dict(
4646
num_columns=4,
4747
num_contact_per_column=[32] * 4,
4848
xpitch=16,
@@ -307,7 +307,7 @@ def generate_drifting_recording(
307307
num_units=250,
308308
duration=600.0,
309309
sampling_frequency=30000.0,
310-
probe_name="Neuropixel1-128",
310+
probe_name="Neuropixels1-128",
311311
generate_probe_kwargs=None,
312312
generate_unit_locations_kwargs=dict(
313313
margin_um=20.0,
@@ -361,7 +361,7 @@ def generate_drifting_recording(
361361
The duration in seconds.
362362
sampling_frequency : float, dfault: 30000.
363363
The sampling frequency.
364-
probe_name : str, default: "Neuropixel1-128"
364+
probe_name : str, default: "Neuropixels1-128"
365365
The probe type if generate_probe_kwargs is None.
366366
generate_probe_kwargs : None or dict
367367
A dict to generate the probe, this supersede probe_name when not None.

0 commit comments

Comments
 (0)