mdolab / idwarp

IDWarp is a mesh warping package for the MACH framework.
Other
17 stars 29 forks source link

fix writeVolumeMeshPoints #84

Closed mtowara closed 1 year ago

mtowara commented 1 year ago

moved to pyOFM, fixes #80

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Merging #84 (57e2e40) into main (ebcb939) will decrease coverage by 0.20%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main      #84      +/-   ##
==========================================
- Coverage   73.50%   73.31%   -0.20%     
==========================================
  Files           6        6              
  Lines         755      757       +2     
==========================================
  Hits          555      555              
- Misses        200      202       +2     
Files Changed Coverage Δ
idwarp/UnstructuredMesh.py 62.44% <0.00%> (-0.30%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

friedenhe commented 1 year ago

@bernardopacini The new change looks good to me.