diff --git a/doc/release_notes.md b/doc/release_notes.md index fce41203c1..60c29819cf 100644 --- a/doc/release_notes.md +++ b/doc/release_notes.md @@ -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)). diff --git a/scripts/cba/solve_cba_msv_extraction.py b/scripts/cba/solve_cba_msv_extraction.py index 9ea9998c08..7c44f2596a 100644 --- a/scripts/cba/solve_cba_msv_extraction.py +++ b/scripts/cba/solve_cba_msv_extraction.py @@ -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,