Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions doc/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@

**Bugfixes and Compatibility**

* Use `overnight` foresight in MSV network preparation instead of `perfect` ([#813](https://github.com/open-energy-transition/open-tyndp/pull/813)).

* Rename bus for `t339` project (Tyrrhenian) from ITSI to ITVI ([#751](https://github.com/open-energy-transition/open-tyndp/pull/751)).

* Fix CBA workflow to (a) release solver license after each successful rolling horizon optimization or after computing infeasibilities and (b) raise an error if rolling horizon fails when using HiGHS ([#756](https://github.com/open-energy-transition/open-tyndp/pull/756)).
Expand Down
2 changes: 1 addition & 1 deletion scripts/cba/solve_cba_msv_extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
prepare_network(
n,
solve_opts=solve_opts,
foresight="perfect",
foresight="overnight",
renewable_carriers=[],
planning_horizons=snakemake.wildcards.get("planning_horizons", None),
co2_sequestration_potential=None,
Expand Down