NREL-Sienna / PowerSystems.jl

Data structures in Julia to enable power systems analysis. Part of the Scalable Integrated Infrastructure Planning Initiative at the National Renewable Energy Lab.
https://nrel-sienna.github.io/PowerSystems.jl/stable/
BSD 3-Clause "New" or "Revised" License
309 stars 79 forks source link

Remove trailing whitespace from bus names parsing #779

Closed jd-lara closed 3 years ago

jd-lara commented 3 years ago

When PSSe data gets parsed, we keep the trailing whitespace. I think this is fixed in newer versions of PowerModels.jl. We should update the parsing code.

https://github.com/lanl-ansi/PowerModels.jl/pull/774 https://github.com/lanl-ansi/PowerModels.jl/pull/773 https://github.com/lanl-ansi/PowerModels.jl/pull/738

jd-lara commented 3 years ago

closed via #810