Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symmetric hexagonal stencil class for convoluting tri meshes #788

Merged
merged 6 commits into from
Feb 26, 2024

Conversation

andy-beer
Copy link
Contributor

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

@andy-beer
Copy link
Contributor Author

unit tests not yet added

Copy link

codecov bot commented Feb 24, 2024

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).

❗ 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 ⚠️
Additional details and impacted files
@@            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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@andy-beer andy-beer merged commit ba0bf5e into master Feb 26, 2024
9 checks passed
@andy-beer andy-beer deleted the tri_mesh_stencil branch March 26, 2024 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant