Skip to content

Commit 762fee8

Browse files
committed
BUG: Update ThresholdAnImageUsingOtsu baseline
ITK's Otsu computation has changed slightly. Disable the base test until the Python package has also been updated in ITK 5.0 Beta 2.
1 parent c94cf6d commit 762fee8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/Filtering/Thresholding/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
add_example( ThresholdAnImageUsingOtsu )
2-
compare_to_baseline( EXAMPLE_NAME ThresholdAnImageUsingOtsu BASELINE_PREFIX OutputBaseline)
1+
# Temporarily disabled until Python packages are updated
2+
#add_example( ThresholdAnImageUsingOtsu )
3+
#compare_to_baseline( EXAMPLE_NAME ThresholdAnImageUsingOtsu BASELINE_PREFIX OutputBaseline)
34

45
add_example( ThresholdAnImageUsingBinary )
56
compare_to_baseline( EXAMPLE_NAME ThresholdAnImageUsingBinary BASELINE_PREFIX OutputBaseline)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
433ea07062a837358be08c86b4627a7938265cbdf9ae26eef6de40297d515204bb68e9f9f81572939c513c07b78f7e3382f8c0670ebcbe3b963b5cb2384e89d6
1+
2915aa065fc66a9fa1ce332341f4db4a1400a78a13fc875c801cc59fede564222fac00578681f68cb8705370c665696b659888939ce3cfff80eed17eba59a4b4

0 commit comments

Comments
 (0)