Replies: 1 comment
-
I agree that we should disable these tests until they can be fixed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently HERON, has a dedicated monolithic optimization workflow called Monolithic Optimizer for Probabilistic Economic Dispatch (MOPED). This feature was developed during FY22 by @AnthoneyGriffith under @PaulTalbot-INL.
While MOPED provides a great capability to the HERON toolbox, it currently needs more work before being released as a production ready feature.
There is currently an issue with our established MOPED integration tests and we believe the issue is being caused upstream by another library that RAVEN/HERON depends on.
@joshua-cogliati-inl made a comment that the issue could be found somewhere in these library updates, although it does not appear any of these libraries would change the
ipopt
which is where the issues are arising.Currently, the MOPED tests either fail or timeout in the RAVEN testing harness. For example on
CentOS 7
, a linux operating system, we get the following error on theHERON/tests/integration_tests/workflows/MOPED/wind/Moped_wind
test:For the same test on
macOS
we get the following error:Which is a different exit code and less informative error. And then on Windows we get another similar error:
Given these issues that are hard to nail down and the current work still needed to make MOPED a fully developed feature, we are going to suspend testing of MOPED for the time being as it is currently not being actively developed.
Beta Was this translation helpful? Give feedback.
All reactions