jankaeh

Results 6 comments of jankaeh

Hi, I have been working on implementing a more general logic for switches. https://github.com/jankaeh/PyPSA/tree/switches I added the component "Switch" as a logical element, that does determine the network topology but...

https://github.com/PyPSA/PyPSA/pull/137

Hi, I realized that adding electrical components needs to take switches into account also... They should all be opned before adding components and "buses_only_logical" need to be readded if they...

Hi, I just pushed the current state with some issues left. Maybe you wait with reviewing until I've adressed those points.

Phew, I think I covered import/export and adding/removing components with the last commits... Definetly needs testing. And the unit test is still missing. Hope to have time for it in...

Sorry, it's been a while... so the idea is to not differ between switches by attached components ("line switch", "generator switch", etc.). Instead switches just connect buses. I tried to...