forked from open-energy-transition/pypsa-eur
-
Notifications
You must be signed in to change notification settings - Fork 19
fix: make CBA workflow release Gurobi license after each rolling horizon optimization and fail if optimization is infeasible when using HiGHS #756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 10 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
ff6ff8a
feat: release license environment after each rolling horizon
measrainsey 2ddf1d8
fix: only discard gurobi license after printing infeasibility, if inf…
measrainsey 9d81b95
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 5d33afd
feat: remove garbage collection and `_env.dispose()`
measrainsey d8772b5
docs: edit docstrings
measrainsey 5438244
chore: edit comments
measrainsey 000bc51
docs: add #756 to doc/release_notes
measrainsey d5f7f31
feat: remove final disposal of gurobi model (unneeded)
measrainsey 0bb7f24
feat: raise error if status is not ok, not only for infeasible in con…
measrainsey 111a959
docs: edit release note description
measrainsey df4d0c7
refac: rework `dispose_gurobi_model()` to solver-agnostic `dispose_mo…
measrainsey abd2acd
refac: use `dispose_model()` instead of `dispose_gurobi_model()`
measrainsey a20005a
refac: dispose of previous Model object if `fallback_solver` is used
measrainsey 8e2605e
refac: remove unneeded `dispose`
measrainsey e83d295
chore: change wording in commented code
measrainsey 9c438cd
docs: edit PR description in doc/release_notes.rst
measrainsey 16daa0d
Merge branch 'master' into fix/gurobi-license-env
measrainsey 0a3b018
docs: add #756 to doc/release_notes
measrainsey a62bdef
fix: remove extra `if fallback_solver`
measrainsey 4239cb1
Merge branch 'master' into fix/gurobi-license-env
measrainsey 3f74288
docs: edit link to PR in doc/release_notes
measrainsey File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.