Skip to content

Commit 028977d

Browse files
authored
Fix MCM.py (#10)
1 parent 8978a31 commit 028977d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multi_comp_matrix/MCM.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def compare(
8484
used_statistic : str, default = 'Score', one can imagine using error, time, memory etc. instead
8585
save_as_json : bool, default = True, whether or not to save the python analysis dict
8686
into a json file format
87-
plot_1v1_comparisons : bool, default = True, whether or not to plot the 1v1 scatter results
87+
plot_1v1_comparisons : bool, default = False, whether or not to plot the 1v1 scatter results
8888
order_WinTieLoss : str, default = 'higher', the order on considering a win or a loss
8989
for a given statistics
9090
include_ProbaWinTieLoss : bool, default = False, condition whether or not include

0 commit comments

Comments
 (0)