Skip to content

Commit

Permalink
made change in maps.json for tests to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
camillebrianceau committed Jun 4, 2024
1 parent 10aad96 commit 38575a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clinicadl/trainer/trainer_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def create_parameters_dict(config):
parameters["normalization"] = "batch"
if "caps_dict" in parameters:
del parameters["caps_dict"]
if "mask_path" in parameters and parameters["mask_path"] is False:
if "mask_path" in parameters: # and parameters["mask_path"] is False:
del parameters["mask_path"]

return parameters, maps_path

0 comments on commit 38575a1

Please sign in to comment.