We're using KLU.jl in PowerNetworkMatrices.jl. We've run into a few instances where code inexplicably errors on Windows only. The situations where it's cropped up have been fairly complex, though:
- An
EXCEPTION_ACCESS_VIOLATION in the test_ac_transmission_security_constrained_models.jl test file in thesm/n-1_modf branch of PowerSimulations.jl, first test here. Even after removing all multi-threading stuff from PowerNetworkMatrices.jl, this still failed, again on windows alone. @SebastianManriqueM
- A
BoundsError in a code snippet here. Relevant issue. This came up about a year ago--it was memorably weird, so I pushed the code to a fork to preserve it. However, to get it to run again, I'd need to go track down the compatible versions of the dependencies.
Has anyone else run into similar issues? I'll keep my eye out for a minimal reproducible example.
We're using
KLU.jlinPowerNetworkMatrices.jl. We've run into a few instances where code inexplicably errors on Windows only. The situations where it's cropped up have been fairly complex, though:EXCEPTION_ACCESS_VIOLATIONin thetest_ac_transmission_security_constrained_models.jltest file in thesm/n-1_modfbranch ofPowerSimulations.jl, first test here. Even after removing all multi-threading stuff fromPowerNetworkMatrices.jl, this still failed, again on windows alone. @SebastianManriqueMBoundsErrorin a code snippet here. Relevant issue. This came up about a year ago--it was memorably weird, so I pushed the code to a fork to preserve it. However, to get it to run again, I'd need to go track down the compatible versions of the dependencies.Has anyone else run into similar issues? I'll keep my eye out for a minimal reproducible example.