added count, beautified boxplot output
This commit is contained in:
parent
b5b0f2f84b
commit
9bf91d654d
3 changed files with 71 additions and 43 deletions
|
@ -51,7 +51,7 @@ def main(base_dir, name_filter):
|
|||
pm.execute_notebook(
|
||||
"./trace-analysis.ipynb",
|
||||
os.path.join(current_artifact, "output", "trace-analysis.ipynb"),
|
||||
log_output=True
|
||||
log_output=False
|
||||
)
|
||||
except Exception as e:
|
||||
LOGGER.exception(e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue