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 using sgkit.save_dataset in a notebook. Often the cell gets run several times, but after the first time, the call fails because it won;t overwrite the existing file. It's unclear from the docs how to set "overwrite=True", which I would imagine is a common requirement. I haven't actually figured out how to do this yet.
The text was updated successfully, but these errors were encountered:
Overall the write path is very unclear to me also. The documentation needs to be clearer on what's xarray's responsibility, and what is coming from sgkit. However, this would need a major refactoring, and we are focusing efforts elsewhere.
I'm using
sgkit.save_dataset
in a notebook. Often the cell gets run several times, but after the first time, the call fails because it won;t overwrite the existing file. It's unclear from the docs how to set "overwrite=True", which I would imagine is a common requirement. I haven't actually figured out how to do this yet.The text was updated successfully, but these errors were encountered: