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
Might be related to the geopandas issue. (Did not try; just occured at the same time). => Ensure that you are using latest version or try geopandas==0.14.4.
Also see #1136
Some additional information: I looked a bit into the code. If I set e.g. 3h or 3H in the sector_opts, in the set_temporal_aggregation() it finds that there is no 'sn' in the resolution (which is instead 3h) and then takes a csv file for the snapshot_weightings which in my case is an empty file which then leads to nan values causing the problem here.
I tried out a few quick and dirty workarounds. One, entering a '3sn' to the sector_opts config seems to work... But I do not know if it leads to any other unwanted changes. E.g. I was wondering if this aggregation part would be missing in this case.
Describe the Bug
I tried to run
python scripts/prepare_sector_network.py
and got the error below
Error Message
Related:
#1118
The text was updated successfully, but these errors were encountered: