Closed eytanadler closed 7 months ago
Attention: Patch coverage is 66.66667%
with 1 lines
in your changes are missing coverage. Please review.
Project coverage is 41.47%. Comparing base (
5a8c177
) to head (b3ef06f
).
Files | Patch % | Lines |
---|---|---|
adflow/pyADflow.py | 66.66% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Purpose
PR #345 added a new feature but combined string formatting styles. This PR changes it to consistently be f strings.
Expected time until merged
Type of change
Testing
Checklist
flake8
andblack
to make sure the Python code adheres to PEP-8 and is consistently formattedfprettify
or C/C++ code withclang-format
as applicable