PyPSA / linopy

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

Fix typo in double logging #177

Closed dannyopts closed 9 months ago

dannyopts commented 9 months ago

I swear I fixed this in my original PR, but it seems somehow I didnt. Sorry about that.

codecov[bot] commented 9 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (f779cb2) 87.29% compared to head (237b38d) 87.29%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #177 +/- ## ======================================= Coverage 87.29% 87.29% ======================================= Files 14 14 Lines 3108 3108 Branches 714 714 ======================================= Hits 2713 2713 Misses 287 287 Partials 108 108 ```

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

FabianHofmann commented 9 months ago

haha, no worries, thanks @dannyopts