You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nwbfile.units.get_ancestor(data_type='NWBFile') returns None, so functions like "nwbfile.add_unit" fails when using a NdxEventsNWBFile
to reproduce, just try to add a unit after running the write_ttls_events.py script:
nwbfile.add_unit(spike_times=[0,1])
Let me know if I can provide any other information. Id love to use the events table, but cannot if it means I cannot use the rest of the nwb functions. Let me know if there is a workaround or somethign I am doing wrong.
The text was updated successfully, but these errors were encountered:
nwbfile.units.get_ancestor(data_type='NWBFile') returns None, so functions like "nwbfile.add_unit" fails when using a NdxEventsNWBFile
to reproduce, just try to add a unit after running the write_ttls_events.py script:
nwbfile.add_unit(spike_times=[0,1])
Let me know if I can provide any other information. Id love to use the events table, but cannot if it means I cannot use the rest of the nwb functions. Let me know if there is a workaround or somethign I am doing wrong.
The text was updated successfully, but these errors were encountered: