Jose Daniel Lara
Jose Daniel Lara
> If we go with this approach, might be convenient to have a setter too. I don't think that we can set a env variable from a function like this
@noahrhodes You can parse files using PowerSystems.jl without requiring the modeling layers. It is possible to call ``` using PowerSystems sys = PowerSystems.PowerModelsData(file) ```
@HaleyRoss and @rodrigomha is this in a good place to merge?
@luke-kiernan I will close this as we know that long term the approach is to have our own LinearAlgebra wrapper library
Notes on this PR - [ ] Bump dependencies. Probably needs to rebase. - [ ] Implement methods that call for the current limiter instead of using `== 1.0` etc...
we need a better alternative to Mumps if it creates such a problem
see matpower reference https://matpower.org/docs/ref/matpower5.1/psse_convert_xfmr.html
@ccoffrin I implemented this fix https://github.com/NREL-Sienna/PowerSystems.jl/pull/1034/files In essence is to employ a conditional when NOMV2 or NOMV1 are set to 0.0
Dont's preliminary list to be documented - Modify the system in place - add/remove time series in place within an algorithm
Note to myself add a don't based on #1386 about vectorized operations