mdolab / adflow

ADflow is a finite volume RANS solver tailored for gradient-based aerodynamic design optimization.
Other
229 stars 99 forks source link

Fixed string formatting styles #347

Closed eytanadler closed 7 months ago

eytanadler commented 8 months ago

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

codecov[bot] commented 8 months ago

Codecov Report

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:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #347 +/- ## ======================================= Coverage 41.47% 41.47% ======================================= Files 13 13 Lines 4068 4068 ======================================= Hits 1687 1687 Misses 2381 2381 ```

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