From 4317632ec903cfa8a25711bf43046b7413eefb3e Mon Sep 17 00:00:00 2001 From: Lorenzo Volpi Date: Thu, 16 Nov 2023 01:35:12 +0100 Subject: [PATCH] main adapted to report update --- quacc/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quacc/main.py b/quacc/main.py index 7490a22..e5a9850 100644 --- a/quacc/main.py +++ b/quacc/main.py @@ -37,7 +37,7 @@ def estimate_comparison(): conf=plot_conf, metric=m, estimators=CE.name[env.PLOT_ESTIMATORS], - stdev=env.PLOT_STDEV, + plot_path=env.PLOT_OUT_DIR, ) with open(output_path, "w") as f: f.write(_repr)