From 016e70c6c79fe1c3537d91178d86298166a33a35 Mon Sep 17 00:00:00 2001 From: Adrian Odenweller Date: Sat, 25 Mar 2023 04:38:52 +0100 Subject: [PATCH 1/2] Bugfix CPLEX settings --- config.default.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.default.yaml b/config.default.yaml index 1a8a8a9f..5218bc22 100755 --- a/config.default.yaml +++ b/config.default.yaml @@ -684,8 +684,8 @@ solving: threads: 4 lpmethod: 4 # barrier solutiontype: 2 # non basic solution, ie no crossover - barrier_convergetol: 1.e-5 - feasopt_tolerance: 1.e-6 + barrier.convergetol: 1.e-5 + feasopt.tolerance: 1.e-6 cbc-default: {} # Used in CI glpk-default: {} # Used in CI From a39d611df36d14c43da05155e86c0b77e9690f2f Mon Sep 17 00:00:00 2001 From: Adrian Odenweller Date: Sat, 25 Mar 2023 13:34:45 +0100 Subject: [PATCH 2/2] Update release note with CPLEX bugfix --- doc/release_notes.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/release_notes.rst b/doc/release_notes.rst index 426ab9ef..e668e92e 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -10,8 +10,7 @@ Release Notes Upcoming Release ================ -* new feature or bugfix - +* Bugfix: Correct typo in the CPLEX solver configuration in ``config.default.yaml``. PyPSA-Eur 0.8.0 (18th March 2023) =================================