• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

FlexMeasures / flexmeasures / 29871015212
83%

Build:
DEFAULT BRANCH: main
Ran 21 Jul 2026 09:54PM UTC
Jobs 1
Files 171
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

21 Jul 2026 09:42PM UTC coverage: 82.366%. Remained the same
29871015212

push

github

web-flow
Add FLEXMEASURES_LP_SOLVER_OPTIONS to configure solver options (#2283)

* Add FLEXMEASURES_LP_SOLVER_OPTIONS to configure solver options

Solver options for the scheduling solver could previously only be set in
code (a hardcoded HiGHS profile in device_scheduler). This adds a
FLEXMEASURES_LP_SOLVER_OPTIONS config dict, merged over that profile so
operators can tune the solver (e.g. {"mip_rel_gap": "1e-4"}) without
patching FlexMeasures.

When the solver is HiGHS, the options are validated against the installed
HiGHS build: an unknown option name, an invalid value, or a feature the
build lacks raises a clear ValueError. This matters because Pyomo's
appsi_highs interface applies options without checking HiGHS' return
status, so a mistake would otherwise be silently ignored (e.g.
solver="hipo" is unavailable in the pip-installed highspy, yet appsi_highs
solves on as if nothing were wrong). Setting threads/parallel logs a
warning about HiGHS' process-global thread scheduler.

Found while investigating SeitaBV/ems#172.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01LeqGFrHfGrBHAJyjdAyr3y

* Reference PR #2283 in the changelog entry

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01LeqGFrHfGrBHAJyjdAyr3y

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

14 of 17 new or added lines in 2 files covered. (82.35%)

15447 of 18754 relevant lines covered (82.37%)

0.82 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
91.11
-0.41% flexmeasures/data/models/planning/linear_optimization.py
Jobs
ID Job ID Ran Files Coverage
1 29871015212.1 21 Jul 2026 09:54PM UTC 171
82.37
GitHub Action Run
Source Files on build 29871015212
  • Tree
  • List 171
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29871015212
  • 7c17a5d3 on github
  • Prev Build on main (#29753287553)
  • Next Build on main (#29915579583)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc