PyPSA / linopy

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

Consolidate getitem functionality #285

Closed FabianHofmann closed 1 month ago

FabianHofmann commented 1 month ago

From release notes:

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 88.97%. Comparing base (f5f6144) to head (78511c5).

Files Patch % Lines
linopy/variables.py 92.00% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #285 +/- ## ========================================== + Coverage 88.94% 88.97% +0.03% ========================================== Files 15 15 Lines 3689 3711 +22 Branches 870 876 +6 ========================================== + Hits 3281 3302 +21 Misses 283 283 - Partials 125 126 +1 ```

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