Closed anilyil closed 1 year ago
Merging #169 (a04aab0) into main (d3f2415) will decrease coverage by
0.83%
. The diff coverage is84.61%
.
@@ Coverage Diff @@
## main #169 +/- ##
==========================================
- Coverage 64.14% 63.30% -0.84%
==========================================
Files 47 47
Lines 11866 11866
==========================================
- Hits 7611 7512 -99
- Misses 4255 4354 +99
Impacted Files | Coverage Δ | |
---|---|---|
pygeo/parameterization/DVGeo.py | 66.34% <84.61%> (-0.05%) |
:arrow_down: |
pygeo/constraints/areaConstraint.py | 50.50% <0.00%> (-25.42%) |
:arrow_down: |
pygeo/constraints/DVCon.py | 68.48% <0.00%> (-3.25%) |
:arrow_down: |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Purpose
Changed instances of
coord_xfer
tocoordXfer
based on the changes requested in my ADflow PR: https://github.com/mdolab/adflow/pull/231Expected time until merged
1-2 days.
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