mdolab / pygeo

pyGeo provides geometric design variables and constraints suitable for gradient-based optimization.
https://mdolab-pygeo.readthedocs-hosted.com/en/latest/?badge=latest
Apache License 2.0
131 stars 55 forks source link

fix camelcase to be consistent with adflow #169

Closed anilyil closed 1 year ago

anilyil commented 1 year ago

Purpose

Changed instances of coord_xfer to coordXfer based on the changes requested in my ADflow PR: https://github.com/mdolab/adflow/pull/231

Expected time until merged

1-2 days.

Type of change

Testing

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Merging #169 (a04aab0) into main (d3f2415) will decrease coverage by 0.83%. The diff coverage is 84.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