Skip to content

Commit

Permalink
fix: minor bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ttngu207 committed Aug 15, 2024
1 parent aaec763 commit e8870b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion element_array_ephys/probe.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,5 +170,5 @@ def create_neuropixels_probe(probe_type: str = "neuropixels 1.0 - 3A"):
**{**probe_params, "probe_type": probe_type}
)
with ProbeType.connection.transaction:
ProbeType.insert1(probe_type)
ProbeType.insert1({"probe_type": probe_type})
ProbeType.Electrode.insert(electrode_layouts)

0 comments on commit e8870b9

Please sign in to comment.