Skip to content

Commit b373b26

Browse files
bendichterkabilar
andauthored
Update element_array_ephys/export/nwb/nwb.py
Co-authored-by: Kabilar Gunalan <kabilar@datajoint.com>
1 parent cc14671 commit b373b26

File tree

1 file changed

+1
-1
lines changed
  • element_array_ephys/export/nwb

1 file changed

+1
-1
lines changed

element_array_ephys/export/nwb/nwb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def add_electrodes_to_nwb(session_key: dict, nwbfile: pynwb.NWBFile):
148148
group=electrode_group,
149149
filtering="unknown",
150150
imp=-1.0,
151-
x=np.nan, # to do: populate these values once the CCF element is ready
151+
x=np.nan,
152152
y=np.nan,
153153
z=np.nan,
154154
rel_x=electrode["x_coord"],

0 commit comments

Comments
 (0)