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 f4163aa commit 5cb18e1Copy full SHA for 5cb18e1
src/pynwb/io/misc.py
@@ -46,5 +46,5 @@ def electrodes_column(self, container, manager):
46
return ret
47
# set the electrode table if it hasn't been set yet
48
if ret.target.table is None:
49
- ret.target.table = self.get_nwb_file(container).electrodes
+ ret.target.table = container.get_ancestor('NWBFile').electrodes
50
0 commit comments