mdolab / pysurf

pySurf provides geometric operations for triangulated surfaces.
Apache License 2.0
2 stars 4 forks source link

Cleaned up imports #12

Closed sseraj closed 2 years ago

sseraj commented 2 years ago

Purpose

I cleaned up the imports and dependencies, including adding SciPy as a requirement and removing a deprecated convert function that was importing pyGeo.

Expected time until merged

Regular urgency; one week

Type of change

Testing

Checklist

codecov[bot] commented 2 years ago

Codecov Report

Merging #12 (20f44f4) into main (07bb6ec) will increase coverage by 1.82%. The diff coverage is 23.33%.

@@            Coverage Diff             @@
##             main      #12      +/-   ##
==========================================
+ Coverage   46.97%   48.79%   +1.82%     
==========================================
  Files           5        5              
  Lines        1816     1744      -72     
==========================================
- Hits          853      851       -2     
+ Misses        963      893      -70     
Impacted Files Coverage Δ
pysurf/tecplot_interface.py 7.51% <0.00%> (+1.84%) :arrow_up:
pysurf/tsurf_tools.py 48.91% <13.63%> (+0.62%) :arrow_up:
pysurf/tsurf_component.py 60.72% <100.00%> (+0.02%) :arrow_up:

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

sseraj commented 2 years ago

Just a reminder that this is still waiting to be reviewed