Skip to content

Fix median filter menu checkbox#1814

Merged
psavery merged 1 commit intomasterfrom
median-filter-checkbox
Mar 24, 2025
Merged

Fix median filter menu checkbox#1814
psavery merged 1 commit intomasterfrom
median-filter-checkbox

Conversation

@bnmajor
Copy link
Collaborator

@bnmajor bnmajor commented Mar 21, 2025

When the median filter is set immediately after the LLNL import workflow is complete the menu option still needs to be toggled "on" if the filter is applied. Make sure that it is.

@bnmajor bnmajor requested a review from psavery March 21, 2025 14:22
cancel_workflow = Signal()

complete_workflow = Signal()
complete_workflow = Signal(bool)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can you leave a comment above this line as well that indicates what the bool is for?

When the median filter is set immediately after the LLNL import workflow is
complete the menu option still needs to be toggled "on" if the filter is
applied. Make sure that it is.

Signed-off-by: Brianna Major <brianna.major@kitware.com>
@bnmajor bnmajor force-pushed the median-filter-checkbox branch from 69e0e50 to 1622569 Compare March 24, 2025 13:19
@psavery psavery merged commit 91ff12b into master Mar 24, 2025
9 checks passed
@psavery psavery deleted the median-filter-checkbox branch March 24, 2025 16:58
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.

2 participants