Skip to content

Commit 5f44436

Browse files
committed
ENH: Add failing test: Medical Segmentation Decathlon prostate_00
1 parent a2a6fca commit 5f44436

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

test/Input/prostate_00.nii.gz

3.77 KB
Binary file not shown.

wrapping/test/CMakeLists.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ if(wrap_3_index GREATER -1)
3131
100 # iso-surface value
3232
)
3333

34+
itk_python_add_test(NAME Cuberille_prostate_00_python
35+
TEST_DRIVER_ARGS
36+
COMMAND cuberille_test.py
37+
DATA{${test_input_dir}/prostate_00.nii.gz}
38+
${ITK_TEST_OUTPUT_DIR}/prostate_00.vtk
39+
1 # iso-surface value
40+
)
41+
3442
itk_python_add_test(NAME Cuberille_hydrogenAtom_35_python
3543
TEST_DRIVER_ARGS
3644
COMMAND cuberille_test.py

0 commit comments

Comments
 (0)