main adapted to report update
This commit is contained in:
parent
d9bc268bb0
commit
4317632ec9
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue