Skip to content

Commit 5eff989

Browse files
authored
fix: use 'overnight' foresight in MSV network preparation (#813)
* fix: change foresight option from 'perfect' to 'overnight' * doc: add release note
1 parent ad4d00b commit 5eff989

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

doc/release_notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737

3838
**Bugfixes and Compatibility**
3939

40+
* Use `overnight` foresight in MSV network preparation instead of `perfect` ([#813](https://github.com/open-energy-transition/open-tyndp/pull/813)).
41+
4042
* Rename bus for `t339` project (Tyrrhenian) from ITSI to ITVI ([#751](https://github.com/open-energy-transition/open-tyndp/pull/751)).
4143

4244
* 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)).

scripts/cba/solve_cba_msv_extraction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
prepare_network(
8080
n,
8181
solve_opts=solve_opts,
82-
foresight="perfect",
82+
foresight="overnight",
8383
renewable_carriers=[],
8484
planning_horizons=snakemake.wildcards.get("planning_horizons", None),
8585
co2_sequestration_potential=None,

0 commit comments

Comments
 (0)