1 parent bc7be81 commit 4de93fdCopy full SHA for 4de93fd
1 file changed
ml_peg/cli/cli.py
@@ -337,7 +337,7 @@ def run_calcs(
337
)
338
339
if verbose:
340
- options.extend(["-s", "-vvv"])
+ options.extend(["-s", "-vvv", "-rs"])
341
342
if run_slow:
343
options.extend(["--run-slow"])
@@ -442,7 +442,7 @@ def run_analysis(
442
443
444
445
446
447
if models:
448
options.extend(["--models", models])
0 commit comments