PyPSA / linopy

Linear optimization with N-D labeled arrays in Python
https://linopy.readthedocs.io
MIT License
155 stars 43 forks source link

add python 3.12 to CI #184

Closed FabianHofmann closed 2 months ago

FabianHofmann commented 9 months ago

closes #265

codecov[bot] commented 9 months ago

Codecov Report

Attention: Patch coverage is 66.66667% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 84.11%. Comparing base (1e1a123) to head (4972924).

Files Patch % Lines
linopy/solvers.py 66.66% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #184 +/- ## ========================================== - Coverage 88.87% 84.11% -4.76% ========================================== Files 15 15 Lines 3666 3671 +5 Branches 860 862 +2 ========================================== - Hits 3258 3088 -170 - Misses 283 464 +181 + Partials 125 119 -6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

maurerle commented 3 months ago

Just to mention that the latest commit messages states to "disable cplex for python < 3.12" while it actually does the opposite (disable it for python >= 3.12). So you might want to --amend that and force push the commit message @FabianHofmann :)