idaholab / HERON

Holistic Energy Resource Optimization Network (HERON) is a modeling toolset and plugin for RAVEN to accelerate stochastic technoeconomic assessment of the economic viability of various grid-energy system configurations, especially with application to electrical grids and integrated energy systems (IES).
Apache License 2.0
22 stars 36 forks source link

Try to fix failing windows tests #333

Closed dylanjm closed 5 months ago

dylanjm commented 5 months ago

Pull Request Description

What issue does this change request address?

74

What are the significant changes in functionality due to this change request?

This pins two tests to using cbc as a solver. There was previously a descrepancy with the needed_executable specified in the test file and the solver actually used in the test. This PR just ensures that the tests files and the input file match up.

Will most likely result in the PyomoOptions and Storage test to be skipped on our Windows test machine


For Change Control Board: Change Request Review

The following review must be completed by an authorized member of the Change Control Board.

PaulTalbot-INL commented 5 months ago

Hm, I don't love how many tests have to be skipped on Windows due to ipopt and/or cbc missing. Opening issue #334 to track fixing this. Otherwise, good to go.