Electa-Git / PowerModelsDistributionStateEstimation.jl

A Julia Package for Power System State Estimation.
BSD 3-Clause "New" or "Revised" License
32 stars 12 forks source link

UPD: PMD v0.14 #51

Closed pseudocubic closed 11 months ago

pseudocubic commented 1 year ago

@MartaVanin this is the work-in-progress branch I spoke to you about last week where I have upgraded to the latest versions of PMD, JuMP, etc.

Testing locally, I get 12 failed tests and no errors.

Feel free to directly edit my branch.

MartaVanin commented 1 year ago

Thank you @pseudocubic ! I'll continue from here and try to have those tests run successfully

MartaVanin commented 1 year ago

at this stage, all my tests pass locally (windows), but not in CI. the failures seem to be caused by numerical instabilities (in the macOS latest some tests pass that fail in windows-latest and viceversa) - probably stemming from the new Ipopt.

Open to suggestions on how to fix these, if any, otherwise I'll simplify the failing tests altogether (smaller network/better conditioned problem...)