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
I am running on an up-to-date pypsa-eur environment. Update via conda env update -f envs/environment.yaml.
Describe the Bug
While building bus regions in build_bus_regions some onshore bus regions are filtered out for not having a substation. Fore some clusterings this leads to missing regions later on. They are, however, referenced for bus mapping since they still appear in the network.
This might be the cause for some issues with focus_weights.
Detail:
Here some regions for clustered onshore regions disappear:
Checklist
pypsa-eur
environment. Update viaconda env update -f envs/environment.yaml
.Describe the Bug
While building bus regions in
build_bus_regions
some onshore bus regions are filtered out for not having a substation. Fore some clusterings this leads to missing regions later on. They are, however, referenced for bus mapping since they still appear in the network.This might be the cause for some issues with focus_weights.
Detail:
Here some regions for clustered onshore regions disappear:
pypsa-eur/scripts/cluster_network.py
Lines 437 to 443 in 03e1ed6
this is due to some regions that don't have a substation being filtered out here:
pypsa-eur/scripts/build_bus_regions.py
Line 138 in 03e1ed6
The text was updated successfully, but these errors were encountered: