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

BUG: remove false positive warning #756

Closed
wants to merge 1 commit into from

Conversation

pieper
Copy link
Member

@pieper pieper commented Jul 28, 2017

As reported by @fedorov, he was getting warning messages about
bad spacing even for data he thought was correct. This was
confirmed with data from series 3 of this [1] dataset.

The problem was some faulty logic that to calculate which
loadable has the highest priority [2] but we can remove that
logic because the loadable are already flagged with a
'selected' attribute and we only need to generate the
dialog box when a selected loadable has a warning.

Tested with series 1 (with warning) and 3 of [1].

[1] http:https://slicer.kitware.com/midas3/folder/2182
[2] Slicer/Slicer@c5a92bc

As reported by @fedorov, he was getting warning messages about
bad spacing even for data he thought was correct.  This was
confirmed with data from series 3 of this [1] dataset.

The problem was some faulty logic that to calculate which
loadable has the highest priority [2] but we can remove that
logic because the loadable are already flagged with a
'selected' attribute and we only need to generate the
dialog box when a selected loadable has a warning.

Tested with series 1 (with warning) and 3 of [1].

[1] http:https://slicer.kitware.com/midas3/folder/2182
[2] Slicer/Slicer@c5a92bc
@pieper pieper requested a review from fedorov July 28, 2017 15:47
@pieper
Copy link
Member Author

pieper commented Jul 28, 2017

Committed as r26184

@pieper pieper closed this Jul 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants