Closed dschuechter closed 1 year ago
Base: 35.90% // Head: 35.90% // Increases project coverage by +0.00%
:tada:
Coverage data is based on head (
3d2f5a7
) compared to base (26fcc9f
). Patch coverage: 0.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Thanks for the PR! As you can see, flake8
is failing because now the imported string
is unused. Could you remove the import? This should fix the flake8
job
Updated!
Very nice, thank you for contributing!
Fixing a small leftover from python 2 times. In python 3
string.atof()
is not supported anymore and can be replaced byfloat()
.