diff --git a/tests/test_model_executor.py b/tests/test_model_executor.py index 0873fcd..0aef62a 100644 --- a/tests/test_model_executor.py +++ b/tests/test_model_executor.py @@ -55,21 +55,21 @@ ), ("00005_DCGAN_MMG_MASS_ROI", {}, 3), ("00006_WGANGP_MMG_MASS_ROI", {}, 3), - ( - "00007_INPAINT_BRAIN_MRI", - { - "image_size": (256, 256), - "num_inpaints_per_sample": 2, - "randomize_input_image_order": False, - "add_variations_to_mask": False, - "x_center": 120, - "y_center": 140, - "radius_1": 8, - "radius_2": 12, - "radius_3": 24, - }, - 3, - ), + # ( + # "00007_INPAINT_BRAIN_MRI", + # { + # "image_size": (256, 256), + # "num_inpaints_per_sample": 2, + # "randomize_input_image_order": False, + # "add_variations_to_mask": False, + # "x_center": 120, + # "y_center": 140, + # "radius_1": 8, + # "radius_2": 12, + # "radius_3": 24, + # }, + # 3, + # ), ( "00008_C-DCGAN_MMG_MASSES", {"condition": 0, "is_cbisddsm_training_data": False},