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

Use label id as segment numbers #485

Merged
merged 10 commits into from
Dec 18, 2023
Prev Previous commit
Next Next commit
Try to fix docker test.
Added missing test dependency.
  • Loading branch information
michaelonken committed Dec 8, 2023
commit 4747eed2a80018efdb44ac4ee4712fffff447471
2 changes: 1 addition & 1 deletion apps/seg/Testing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ dcmqi_add_test(
--prefix makeNRRD_merged_segment_files_from_partial_overlaps
--mergeSegments
TEST_DEPENDS
${itk2dcm}_makeSEG_multiple_segment_files
${itk2dcm}_makeSEG_merged_segment_files_from_partial_overlap
)

dcmqi_add_test(
Expand Down