Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Fix
itk::STAPLEImageFilter
test argument order
Fix `itk::STAPLEImageFilter` test argument order. Set the `maximumIterations` and `confidenceWeight` arguments to the wrong order in commit aa76dfb, which made it so that `maximumIterations` was being set to 0, which in turn caused the code coverage to drop.
- Loading branch information