-
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
Signals not always emitted on model changes #223
Comments
Same goes for parameterized exchanges: brightway2-data/bw2data/parameters.py Line 855 in 4fd8e93
Exchanges are recalculated, but the signal is hardcoded to |
Similarly, it would be very useful to get a signal for exchanges being modified when parameters are updated, but signals default back to false: brightway2-data/bw2data/parameters.py Lines 870 to 873 in 4fd8e93
|
Similarly, on database write, the default is not brightway2-data/bw2data/backends/base.py Lines 606 to 609 in f9f3663
No problem when calling brightway2-data/bw2data/backends/base.py Line 236 in f9f3663
On a related note: what is the sourced dataset functionality exactly? I can find many references to it in your code, but can find no documentation on it. I assume it has something to do with multi-user support? |
on_database_metadata_change
signal sent when deleting database
For some reason the
on_database_metadata_change
is not sent when you delete a database from thedatabases
metadata.signal=False
is hardcode instead of it using thesignal
parameter that defaults to True. I think the expected behavior would be for the signal to fire on database deletion as well.brightway2-data/bw2data/meta.py
Lines 105 to 125 in 4fd8e93
The text was updated successfully, but these errors were encountered: