bp / resqpy

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

Tri mesh compatibility #790

Closed andy-beer closed 4 months ago

andy-beer commented 4 months ago

Adds a TriMesh.is_compatible_with() method which returns True if another tri mesh has the same xy layout as this one.

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 96.00000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 83.07%. Comparing base (4d2c57c) to head (7c6f628).

Files Patch % Lines
resqpy/surface/_tri_mesh.py 96.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #790 +/- ## ======================================= Coverage 83.06% 83.07% ======================================= Files 191 191 Lines 32702 32727 +25 ======================================= + Hits 27163 27187 +24 - Misses 5539 5540 +1 ```

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