Skip to content

Commit e8870b9

Browse files
committed
fix: minor bugfix
1 parent aaec763 commit e8870b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

element_array_ephys/probe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,5 @@ def create_neuropixels_probe(probe_type: str = "neuropixels 1.0 - 3A"):
170170
**{**probe_params, "probe_type": probe_type}
171171
)
172172
with ProbeType.connection.transaction:
173-
ProbeType.insert1(probe_type)
173+
ProbeType.insert1({"probe_type": probe_type})
174174
ProbeType.Electrode.insert(electrode_layouts)

0 commit comments

Comments
 (0)