You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to add tests for each function that creates constraints that do not depend on the case studies (as it currently does). For instance, to test the ramping constraints, we have the Norse case with some input data that creates the constraint. But we would like to have a test that, given some inputs, returns the expected constraint (maybe without running the full energy problem).
This approach is similar to the one in SpineOpt (which is a good practice there)
What and Why
We want to add tests for each function that creates constraints that do not depend on the case studies (as it currently does). For instance, to test the ramping constraints, we have the Norse case with some input data that creates the constraint. But we would like to have a test that, given some inputs, returns the expected constraint (maybe without running the full energy problem).
This approach is similar to the one in SpineOpt (which is a good practice there)
Possible Drawbacks
Related Issues
Blocked by #701
The text was updated successfully, but these errors were encountered: