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

Switch to relative imports for code within the package #149

Closed ewu63 closed 2 years ago

ewu63 commented 2 years ago

Purpose

I switched to using relative imports for the code inside the package. Things like examples or tests are outside of the package and therefore do not use relative imports.

Expected time until merged

A few days

Type of change

Testing

Checklist

codecov[bot] commented 2 years ago

Codecov Report

Merging #149 (48858b1) into main (c1547bc) will not change coverage. The diff coverage is 60.00%.

@@           Coverage Diff           @@
##             main     #149   +/-   ##
=======================================
  Coverage   63.72%   63.72%           
=======================================
  Files          47       47           
  Lines       11676    11676           
=======================================
  Hits         7441     7441           
  Misses       4235     4235           
Impacted Files Coverage Δ
pygeo/mphys/mphys_dvgeo.py 0.00% <0.00%> (ø)
pygeo/parameterization/DVGeoCST.py 88.78% <100.00%> (ø)
pygeo/parameterization/designVars.py 77.65% <100.00%> (ø)

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more