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 12098ce commit 434e16aCopy full SHA for 434e16a
element_array_ephys/export/nwb/nwb.py
@@ -126,7 +126,7 @@ def add_electrodes_to_nwb(session_key: dict, nwbfile: pynwb.NWBFile):
126
elif len(insertion_record) == 0:
127
insert_location = "unknown"
128
else:
129
- raise DataJointError(f'Found multiple insertion locations for {this_probe}')
+ raise dj.DataJointError(f'Found multiple insertion locations for {this_probe}')
130
131
device = nwbfile.create_device(
132
name=this_probe["probe"],
0 commit comments