main adapted to report update

This commit is contained in:
Lorenzo Volpi 2023-11-16 01:35:12 +01:00
parent d9bc268bb0
commit 4317632ec9
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ def estimate_comparison():
conf=plot_conf, conf=plot_conf,
metric=m, metric=m,
estimators=CE.name[env.PLOT_ESTIMATORS], estimators=CE.name[env.PLOT_ESTIMATORS],
stdev=env.PLOT_STDEV, plot_path=env.PLOT_OUT_DIR,
) )
with open(output_path, "w") as f: with open(output_path, "w") as f:
f.write(_repr) f.write(_repr)