openego / ego.powerflow

A power flow app to solve AC and DC powerflow problems using PyPSA
GNU Affero General Public License v3.0
5 stars 3 forks source link

Remove lines with length of zero from grid #7

Closed gplssm closed 7 years ago

gplssm commented 8 years ago

Simple approach on that:

Maybe it's wise to do this within Dingo

gplssm commented 8 years ago

This is maybe not required anymore if LoadAreaCenter load is responsible for this error by being added with line length of zero.

  1. Check if LoadAreaCenter is responsible
  2. If some, solve it in a different way. If not, have a clever idea!
gplssm commented 7 years ago

This is now handled in dingo as lines with length 0m are treated as invalid input