pastas / pastastore

:spaghetti: :convenience_store: Tools for managing timeseries and Pastas models
https://pastastore.readthedocs.io
MIT License
15 stars 4 forks source link

emptying models library should also delete oseries_models links #104

Closed dbrakenhoff closed 8 months ago

dbrakenhoff commented 10 months ago

The oseries_models should be deleted as well.

pstore.empty_library("models")

pstore.oseries_models  # still contains references to deleted models

Fix is probably to also delete oseries_models if libname="models" was passed.

dbrakenhoff commented 8 months ago

Fixed by #105