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 just realized that when setting parts of a network out of service (line and buses), the function create_generic_coordinates() raises an exception. This is the code that raises the issue:
If there are oos-lines in the net connecting oos-buses, they will not be neglected in the graph creation, but the respective nodes were not added to the graph before (as the bueses were already removed). So, how should this be treated? There is the option to not exclude oos-buses or to also exclude all oos-branches (i.e. also trafos). This could also just be added as a parameter to the function...
The text was updated successfully, but these errors were encountered:
I just realized that when setting parts of a network out of service (line and buses), the function
create_generic_coordinates()
raises an exception. This is the code that raises the issue:If there are oos-lines in the net connecting oos-buses, they will not be neglected in the graph creation, but the respective nodes were not added to the graph before (as the bueses were already removed). So, how should this be treated? There is the option to not exclude oos-buses or to also exclude all oos-branches (i.e. also trafos). This could also just be added as a parameter to the function...
The text was updated successfully, but these errors were encountered: