PyPSA / linopy

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

limit version of setuptools_scm as it breaks the syntax of the auto-c… #165

Closed jankaeh closed 1 year ago

jankaeh commented 1 year ago

limit version of setuptools_scm to smaller than 8 (setuptools_scm/Changelog) as it breaks the syntax of the auto-created version.py under windows.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (fc39d25) 87.30% compared to head (d165804) 87.30%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #165 +/- ## ======================================= Coverage 87.30% 87.30% ======================================= Files 14 14 Lines 3119 3119 Branches 707 707 ======================================= Hits 2723 2723 Misses 289 289 Partials 107 107 ```

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

jankaeh commented 1 year ago

closes #166

FabianHofmann commented 1 year ago

thank you @jankaeh for the PR!