Skip to content

Commit

Permalink
Corrects unittest and verify_bundle to include brain synthesis only
Browse files Browse the repository at this point in the history
  • Loading branch information
garciadias committed Jan 20, 2025
1 parent eb6bbcb commit 9161f0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 50 deletions.
48 changes: 0 additions & 48 deletions ci/unit_tests/test_cxr_image_synthesis_latent_diffusion_model.py

This file was deleted.

4 changes: 2 additions & 2 deletions ci/verify_bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ def _get_weights_names(bundle: str):
if bundle == "pediatric_abdominal_ct_segmentation":
# skip test for this bundle's ts file
return "dynunet_FT.pt", None
if bundle == "cxr_image_synthesis_latent_diffusion_model":
return "autoencoder.pt", None
if bundle == "brain_image_synthesis_latent_diffusion":
return "autoencoder.pt", "model.pt"
return "model.pt", "model.ts"


Expand Down

0 comments on commit 9161f0b

Please sign in to comment.