bp / resqpy

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

Symmetric hexagonal stencil class for convoluting tri meshes #788

Closed andy-beer closed 4 months ago

andy-beer commented 4 months ago

This change adds a TriMeshStencil class which can be used to smooth (or apply other convolutions) to TriMesh z values.

andy-beer commented 4 months ago

unit tests not yet added

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 82.95%. Comparing base (4d71c84) to head (d5904a0).

:exclamation: Current head d5904a0 differs from pull request most recent head edaffcc. Consider uploading reports for the commit edaffcc to get more accurate results

Files Patch % Lines
resqpy/surface/_tri_mesh_stencil.py 88.95% 20 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #788 +/- ## ========================================== + Coverage 82.91% 82.95% +0.03% ========================================== Files 190 191 +1 Lines 32520 32702 +182 ========================================== + Hits 26965 27128 +163 - Misses 5555 5574 +19 ```

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