Closed mariejvaucher closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 79.98%. Comparing base (
773de3a
) to head (32d4897
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Purpose
Previously the script was raising a Python ValueError that wasn't caught by OM solvers. Now the error is an OM Analysis Error which allows the solver to continue optimization and also gives details about which value is wrong and why.
Type of change
Testing
Added new tests
Checklist
Put an
x
in the boxes that apply.