Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix typo in CPLEX configuration settings #630

Merged
merged 3 commits into from
Mar 25, 2023
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
4 changes: 2 additions & 2 deletions config.default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 1 addition & 2 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
=================================
Expand Down