Skip to content

Commit

Permalink
Fix printing for parallel computing
Browse files Browse the repository at this point in the history
  • Loading branch information
valosekj committed Jun 10, 2024
1 parent d4a102f commit f234072
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compute_metrics_reloaded.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ def compute_metrics_single_subject(prediction, reference, metrics):
# Special case when both the reference and prediction images are empty
else:
label = 1
print(f'\tLabel {label} -- both the reference and prediction are empty')
bpm = BPM(prediction_data, reference_data, measures=metrics)
dict_seg = bpm.to_dict_meas()

Expand Down

0 comments on commit f234072

Please sign in to comment.