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 aaec763 commit e8870b9Copy full SHA for e8870b9
element_array_ephys/probe.py
@@ -170,5 +170,5 @@ def create_neuropixels_probe(probe_type: str = "neuropixels 1.0 - 3A"):
170
**{**probe_params, "probe_type": probe_type}
171
)
172
with ProbeType.connection.transaction:
173
- ProbeType.insert1(probe_type)
+ ProbeType.insert1({"probe_type": probe_type})
174
ProbeType.Electrode.insert(electrode_layouts)
0 commit comments