Closed ewu63 closed 2 years ago
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
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
flake8
andblack
to make sure the code adheres to PEP-8 and is consistently formatted