Skip to content

Commit

Permalink
Merge pull request #1 from ivadomed/jv/add_missing_vol_diff_key
Browse files Browse the repository at this point in the history
Add missing `vol_diff` key to BinaryPairwiseMeasures.measures_dict
  • Loading branch information
valosekj authored Apr 16, 2024
2 parents b3a3715 + 1032d67 commit 9f2a7a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MetricsReloaded/metrics/pairwise_measures.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ def __init__(
"hd_perc": (self.measured_hausdorff_distance_perc, "HDPerc"),
"masd": (self.measured_masd, "MASD"),
"nsd": (self.normalised_surface_distance, "NSD"),
"vol_diff": (self.vol_diff, "VolDiff"),
}

self.pred = pred
Expand Down

0 comments on commit 9f2a7a9

Please sign in to comment.