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