PyPSA / linopy

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

Fix typo in documentation #241

Closed staadecker closed 4 months ago

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.29%. Comparing base (9b8bf1c) to head (5582174). Report is 10 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #241 +/- ## ========================================== + Coverage 88.13% 88.29% +0.16% ========================================== Files 15 15 Lines 3440 3470 +30 Branches 793 803 +10 ========================================== + Hits 3032 3064 +32 + Misses 297 296 -1 + Partials 111 110 -1 ```

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

FabianHofmann commented 4 months ago

Thanks @staadecker