PyPSA / linopy

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

io: use reshape instead of ravel to avoid copy #289

Closed FabianHofmann 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 84.74%. Comparing base (0226a7d) to head (f7120ca).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #289 +/- ## ========================================== - Coverage 89.35% 84.74% -4.61% ========================================== Files 16 16 Lines 3842 3842 Branches 906 906 ========================================== - Hits 3433 3256 -177 - Misses 283 465 +182 + Partials 126 121 -5 ```

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