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
24 stars 38 forks source link

Dispatches dependency #222

Closed GabrielSoto-INL closed 1 year ago

GabrielSoto-INL commented 1 year ago

Pull Request Description

What issue does this change request address?

221

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

DISPATCHES is now an optional dependency. It will only be installed in the conda environment if requested (with the --optional flag). No changes to other standard or MOPED workflows. If DISPATCHES workflow is attempted from an XML input, an error will alert the user to install DISPATCHES through the optional installation.


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 1 year ago

There's an issue that Joshua has been looking at that causes us to fail with dill version 0.3.6. If you want to pin the version at 0.3.5 for this PR, that's fine and the tests have a shot of passing.

GabrielSoto-INL commented 1 year ago

There's an issue that Joshua has been looking at that causes us to fail with dill version 0.3.6. If you want to pin the version at 0.3.5 for this PR, that's fine and the tests have a shot of passing.

reverted dill version 0.3.5 temporarily until the larger issue can be fixed.