-
Notifications
You must be signed in to change notification settings - Fork 13
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
Errors in EHV clustering #660
Comments
Hi Birgit. I was able to run eHV using your notebook but only when "foreign_lines": {"carrier": "AC"}. When the carrier is set to "DC", the next error appears: File ~/env/etrago310/lib/python3.10/site-packages/spyder_kernels/py3compat.py:356 in compat_exec File ~/git/eTraGo/etrago/appl.py:671 File ~/git/eTraGo/etrago/appl.py:637 in run_etrago File ~/git/eTraGo/etrago/cluster/electrical.py:477 in ehv_clustering File ~/git/eTraGo/etrago/cluster/electrical.py:382 in cluster_on_extra_high_voltage File ~/env/etrago310/lib/python3.10/site-packages/pypsa/components.py:1237 in determine_network_topology File ~/env/etrago310/lib/python3.10/site-packages/pypsa/graph.py:165 in adjacency_matrix File ~/env/etrago310/lib/python3.10/site-packages/scipy/sparse/_coo.py:204 in init File ~/env/etrago310/lib/python3.10/site-packages/scipy/sparse/_coo.py:297 in _check ValueError: negative column index found I will deal with this problem. |
Was this issue solved by merging #676? |
Yes. It was. |
When I try to run the EHV clustering I get the following error:
Also, when I restore the network from csv and then try to run the EHV clustering, I get an error, that the session is not set. It could also be useful to fix that.
To reconstruct the errors, you can use the etrago notebook for the hyBit workshops.
The text was updated successfully, but these errors were encountered: