Skip to content

Commit c822ffa

Browse files
CeliaBenquetMMathisLabstes
authored
Change max consistency value to 100 instead of 99 (#227)
* Change text consistency max from 99 to 100 * Update cebra/integrations/matplotlib.py --------- Co-authored-by: Mackenzie Mathis <mackenzie.mathis@epfl.ch> Co-authored-by: Steffen Schneider <steffen@bethgelab.org>
1 parent f99530c commit c822ffa

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)