bp / resqpy

Python API for working with RESQML models
https://resqpy.readthedocs.io/en/latest/
MIT License
51 stars 14 forks source link

nan z in tri mesh origin being set to zero #777

Closed andy-beer closed 5 months ago

andy-beer commented 5 months ago

This patch handles a NaN z value in a tri mesh origin, simply replacing it with zero. The surface module nan_removed_triangles_and_points() function is also added to the surface package init.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (ae6b5d6) 81.62% compared to head (196e0c8) 81.63%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #777 +/- ## ======================================= Coverage 81.62% 81.63% ======================================= Files 190 190 Lines 32906 32909 +3 ======================================= + Hits 26861 26864 +3 Misses 6045 6045 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.