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

Add Laplacian smooth for monitor function #59

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

erizmr
Copy link
Collaborator

@erizmr erizmr commented Feb 28, 2024

Related issue: #6
Add Laplacian smooth for monitor function.

@erizmr erizmr requested a review from jwallwork23 February 28, 2024 19:17
@jwallwork23 jwallwork23 added the enhancement New feature or request label Feb 29, 2024
@jwallwork23 jwallwork23 added this to the Version 1 milestone Feb 29, 2024
Copy link
Member

@jwallwork23 jwallwork23 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A first request: please add tests for this new functionality. The existing test suite needs some work but we should make sure any new functionality is covered by tests.

Thinking about it, what you're doing here seems to be very similar to what's done in LaplacianSmoother. Do you think you could piggy-back off that existing implementation or even merge them? Also, it is not a good idea for us to have two different things with such similar names and functionalities.

@erizmr
Copy link
Collaborator Author

erizmr commented Feb 29, 2024

Thanks for the review.
Sure. I will add a test case for this function.
Let me think about some way to reuse the existing implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants