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.