Skip to content

Commit 35108d0

Browse files
MMathisLabstes
andauthored
Update cebra/integrations/matplotlib.py
Co-authored-by: Steffen Schneider <[email protected]>
1 parent 37aafb6 commit 35108d0

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, 100)
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)