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
Locally I cannot run pixi run generate-testmodels. It tends to fail on basic or basic_arrow. I have no idea why this started happening now. It looks like self.filepath = filepath during model.write is triggering the reading of the database, which doesn't look desirable.
Nevermind, whilst working on an issue I guess I bricked a model database. Removing generated_testmodels\* fixed this. Keeping this open to discuss if we want to trigger this code on self.filepath = filepath.
Locally I cannot run
pixi run generate-testmodels
. It tends to fail onbasic
orbasic_arrow
. I have no idea why this started happening now. It looks likeself.filepath = filepath
duringmodel.write
is triggering the reading of the database, which doesn't look desirable.Sometimes can be reproduced by
The text was updated successfully, but these errors were encountered: