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
For some reason the on_database_metadata_change is not sent when you delete a database from the databases metadata. signal=False is hardcode instead of it using the signal parameter that defaults to True. I think the expected behavior would be for the signal to fire on database deletion as well.
Exchanges are recalculated, but the signal is hardcoded to False. The signal is not emitted meaning models dependent on that signal will be out of sync.
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: