From 12e8c4cac6d35475bde9f523b83deff790881c74 Mon Sep 17 00:00:00 2001 From: lisazeyen <35347358+lisazeyen@users.noreply.github.com> Date: Wed, 29 Jul 2026 11:10:18 +0200 Subject: [PATCH 1/2] fix: change foresight option from 'perfect' to 'overnight' --- scripts/cba/solve_cba_msv_extraction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, From b85cdd24f3bd088ca4420fad8d15758c4cac1643 Mon Sep 17 00:00:00 2001 From: lisa Date: Thu, 30 Jul 2026 10:30:11 +0200 Subject: [PATCH 2/2] doc: add release note --- doc/release_notes.md | 2 ++ 1 file changed, 2 insertions(+) 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)).