-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parameter manager events #211
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests are failing now
@jsvgoncalves Any idea why the tests aren't running anymore? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any idea why the tests aren't running anymore?
Standard behaviour on this repo, as far as I'm aware. But I ran the CI manually: https://github.com/brightway-lca/brightway2-data/actions/runs/11949161759
I'll squash and merge this.
Sorry, just so I understand it - does that mean you manually requested the tests to run before? Could I have triggered this as well? |
Yes, by clicking |
* `.delete()` isn't ran by the ORM layer but rather as a direct query and as such the approach with signals on `.save()` doesn't work. However, `.delete_instance()` is an ORM-layer call. This is at the expense of performance as all the entities to be deleted need to be looped over. See https://docs.peewee-orm.com/en/latest/peewee/playhouse.html#signals for more details.
70f90e2
to
5470729
Compare
Last PR for completing events for parameters