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
I'm getting this error when adding new data to an existing file and trying to write it. I'm not sure if it's relevant, but this happens just the same to file with or without external links.
It happens on both hdmf==1.1.0 and hdmf=1.0.5.post0.dev14.
The error goes away and writing works fine on hdmf==1.0.5.
I installed #115, the error is gone and the data gets written alright!
It seems to be working fine now, thanks! (leaving this open until it get's merged)
* Use raw strings to remove warning on \_ in docstring
* Add test for creating linkbuilder when container parent already set
* Set object ID on get_object_id if not set
* Improve docval error msg when no type is enforced, rename tests
* Add basic backwards compatibility test for reading 1.0.5 files
I'm getting this error when adding new data to an existing file and trying to write it. I'm not sure if it's relevant, but this happens just the same to file with or without external links.
It happens on both
hdmf==1.1.0
andhdmf=1.0.5.post0.dev14
.The error goes away and writing works fine on
hdmf==1.0.5
.The text was updated successfully, but these errors were encountered: