PyPSA / linopy

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

fix: no sol file for gurobi #315

Closed michalmarszal closed 2 weeks ago

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 52.00000% with 12 lines in your changes missing coverage. Please review.

Project coverage is 82.95%. Comparing base (93e268e) to head (8ebef29). Report is 1 commits behind head on master.

Files Patch % Lines
linopy/solvers.py 52.00% 10 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #315 +/- ## ========================================== - Coverage 86.12% 82.95% -3.17% ========================================== Files 17 17 Lines 4165 4190 +25 Branches 981 869 -112 ========================================== - Hits 3587 3476 -111 - Misses 424 560 +136 Partials 154 154 ```

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

FabianHofmann commented 2 weeks ago

@michalmarszal you mind if I push an additional commit to fix for the other solvers?

FabianHofmann commented 2 weeks ago

@michalmarszal I took the freedom, thanks for the contribution!

michalmarszal commented 2 weeks ago

@michalmarszal you mind if I push an additional commit to fix for the other solvers?

No problem. Feel free to modify for the other solvers. I don't have access to all of them.

FabianHofmann commented 2 weeks ago

FYI: it is going a bit back and forth as I also don't have them all locally