bp / resqpy

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

removing not-a-number points from point set prior to triangulation #784

Closed andy-beer closed 4 months ago

andy-beer commented 4 months ago

Delauney triangulation fails if there are any not-a-number (NaN) values present amongst the points. This patch removes such points and gives a warning prior to triangulating a Surface from a PointSet.

codecov[bot] commented 4 months ago

Codecov Report

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

Comparison is base (22457db) 82.85% compared to head (077b908) 82.87%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #784 +/- ## ========================================== + Coverage 82.85% 82.87% +0.02% ========================================== Files 190 190 Lines 32506 32514 +8 ========================================== + Hits 26932 26946 +14 + Misses 5574 5568 -6 ```

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