Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: F.N. Claessen <felix@seita.nl>
  • Loading branch information
Flix6x committed Mar 11, 2024
1 parent 564f4e9 commit 2611b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flexmeasures/data/models/planning/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
def app_with_each_solver(app, request):
"""Set up the app config to run with different solvers.
A test that uses this fixtures runs all of its test cases with HiGHS and then again with Cbc.
A test that uses this fixture runs all of its test cases with HiGHS and then again with Cbc.
"""
original_solver = app.config["FLEXMEASURES_LP_SOLVER"]
app.config["FLEXMEASURES_LP_SOLVER"] = request.param
Expand Down

0 comments on commit 2611b4b

Please sign in to comment.