Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix gaussian smooth bug #441

Merged
merged 2 commits into from
Feb 25, 2021

Conversation

javerbukh
Copy link
Contributor

Fixes #438

The solution adds the standard deviation and type of smoothing to the label, and cancels the smoothing operation if that label already exists. This way, the user can use Gaussian Smooth multiple times and not crash the application.

Copy link
Contributor

@ibusko ibusko left a comment

Choose a reason for hiding this comment

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

Good, I liked it!

Copy link
Collaborator

@duytnguyendtn duytnguyendtn left a comment

Choose a reason for hiding this comment

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

Verified this PR prevented me from reproducing the error. Thanks @javerbukh!

@duytnguyendtn duytnguyendtn merged commit f54aea2 into spacetelescope:main Feb 25, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Gaussian smooth run twice causes app to crash
3 participants