Skip to content

Commit 5cf53d5

Browse files
committed
load analysis default to false now:
1 parent 02302d1 commit 5cf53d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MCM/MCM.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def compare(
4949
order_better="decreasing",
5050
dataset_column=None,
5151
precision=4,
52-
load_analysis=True,
52+
load_analysis=False,
5353
row_comparates=None,
5454
col_comparates=None,
5555
excluded_row_comparates=None,
@@ -203,7 +203,7 @@ def get_analysis(
203203
order_better="decreasing",
204204
dataset_column=None,
205205
precision=4,
206-
load_analysis=True,
206+
load_analysis=False,
207207
):
208208
"""
209209

0 commit comments

Comments
 (0)