Skip to content

Commit

Permalink
Adjustment of test for better debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardObi committed Nov 28, 2023
1 parent c4f53a4 commit 093ba76
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions tests/test_model_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit 093ba76

Please sign in to comment.