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
After providing interfaces and converters with create_nwbfile we don't need this complication for anything other than append mode (opening a file from disk and adding data to it). We should use a normal write without context manager for the other cases.
The text was updated successfully, but these errors were encountered:
The
make_or_load_nwbfile
has led to many errors and difficulties #1138 #1114 #911 #910 #912Plus, even experienced programmers agree that this pattern is difficult to undersand a view which I strongly agree with.
After providing interfaces and converters with
create_nwbfile
we don't need this complication for anything other than append mode (opening a file from disk and adding data to it). We should use a normal write without context manager for the other cases.The text was updated successfully, but these errors were encountered: