-
Notifications
You must be signed in to change notification settings - Fork 195
Error in rule cluster_network for Namibia #1161
Replies: 1 comment · 1 reply
-
Hello @Constable1819! Thanks for reporting. Could you please share conda environment you are using? It can be done by acivating your environment and using |
Beta Was this translation helpful? Give feedback.
All reactions
-
(pypsa-earth) C:\Users\xxx\pypsa-earth>conda list packages in environment at C:\Users\xxx\AppData\Local\anaconda3\envs\pypsa-earth:Name Version Build Channel_openmp_mutex 4.5 2_gnu conda-forge (pypsa-earth) C:\Users\xxx\pypsa-earth> |
Beta Was this translation helpful? Give feedback.
-
Hi...... I am getting an error in cluster_network:
"ERROR:_helpers:An error happened in module 'C:\Users\xxx\AppData\Local\anaconda3\envs\pypsa-earth\lib\site-packages\pypsa\clustering\spatial.py', function 'consense': In Bus cluster lon, the values of attribute lon do not agree:
Bus
22 16.2667
54 15.3630
67 16.7944
77 16.6783
79 16.6302
111 17.2274"
This is my scenario:
scenario:
simpl: [""]
ll: ["copt"]
clusters: [10]
opts: [Co2L-24H]
planning_horizons: # investment years for myopic and perfect; or costs year for overnight
sopts:
demand:
I have increased my cluster's to different values but it brings the same error just different bus locations eg 19; "AssertionError: In Bus cluster lon, the values of attribute lon do not agree:
Bus
115 17.1199
117 17.0994
Name: lon, dtype: float64"
17; "ERROR:_helpers:An error happened in module 'C:\Users\xxx\AppData\Local\anaconda3\envs\pypsa-earth\lib\site-packages\pypsa\clustering\spatial.py', function 'consense': In Bus cluster lon, the values of attribute lon do not agree:
Bus
62 19.7727
97 19.7201
Name: lon, dtype: float64"
I've plotted the buses above.
Beta Was this translation helpful? Give feedback.
All reactions