We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a06e9 commit 19c447aCopy full SHA for 19c447a
element_array_ephys/probe.py
@@ -147,7 +147,7 @@ def create_neuropixels_probe(probe_type: str = "neuropixels 1.0 - 3A"):
147
}
148
149
probe_type = {"probe_type": probe_type}
150
- electrode_layouts: list[dict] = build_electrode_layouts(
+ electrode_layouts = build_electrode_layouts(
151
**{**neuropixels_probes_config[probe_type["probe_type"]], **probe_type}
152
)
153
with ProbeType.connection.transaction:
0 commit comments