Skip to content

Commit

Permalink
formating
Browse files Browse the repository at this point in the history
Signed-off-by: elitap <[email protected]>
  • Loading branch information
elitap committed Nov 21, 2023
1 parent a95c816 commit dbdbf80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion monai/handlers/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ class mean median max 5percentile 95percentile notnans
else:
class_labels = [str(i) for i in class_labels] # ensure to have a list of str


class_labels += ["mean"]
v = np.concatenate([v, np.nanmean(v, axis=1, keepdims=True)], axis=1)

Expand Down

0 comments on commit dbdbf80

Please sign in to comment.