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
For example, making a library with ModelLibrary("my_asn.json", ondisk=True) does not create and "on disk" ModelLibrary since the argument was ondisk instead of on_disk.
For example, making a library with
ModelLibrary("my_asn.json", ondisk=True)
does not create and "on disk"ModelLibrary
since the argument wasondisk
instead ofon_disk
.One solution would be to split datamodels_open_kwargs as a separate keyword argument.
The text was updated successfully, but these errors were encountered: