Skip to content

Commit 739f881

Browse files
authored
Merge branch 'main' into MMathisLab-setup
2 parents 6a6c0e0 + c822ffa commit 739f881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cebra/integrations/matplotlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ def _to_heatmap_format(
684684
else:
685685
heatmap_values[i, j] = score_dict[label_i, label_j]
686686

687-
return np.minimum(heatmap_values * 100, 99)
687+
return heatmap_values * 100
688688

689689
def _create_text(self):
690690
"""Create the text to add in the confusion matrix grid and the title."""

0 commit comments

Comments
 (0)