Skip to content

Commit

Permalink
Bypass bundle_custom_data.py and change metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
Virginia committed Jan 28, 2025
1 parent dd92a8e commit 31552e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ci/bundle_custom_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# If a bundle does not need to be tested, please add the bundle name into the list.
exclude_verify_shape_list = [
"mednist_gan",
"mednist_ddpm",
"lung_nodule_ct_detection",
"pathology_nuclei_segmentation_classification",
"brats_mri_generative_diffusion",
Expand All @@ -41,6 +42,7 @@
"vista3d",
"maisi_ct_generative",
"vista2d",
"mednist_ddpm"
]

# This list is used for our CI tests to determine whether a bundle needs to be tested after downloading
Expand Down
2 changes: 1 addition & 1 deletion models/mednist_ddpm/configs/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"monai_version": "1.4.0",
"pytorch_version": "2.5.1",
"numpy_version": "1.26.4",
"optional_packages_version": {},
"required_packages_version": {},
"task": "MedNIST Hand Generation",
"description": "",
"authors": "Walter Hugo Lopez Pinaya, Mark Graham, and Eric Kerfoot",
Expand Down

0 comments on commit 31552e9

Please sign in to comment.