Skip to content
Snippets Groups Projects
Commit 381c9823 authored by Lars Bilke's avatar Lars Bilke
Browse files

Merge branch 'Disable_prog_bars_in_py_benchmarks' into 'master'

[Tests] Disable tqdm progress bars in python benchmarks

See merge request ogs/ogs!5202
parents 66874544 5258340e
No related branches found
No related tags found
No related merge requests found
......@@ -168,6 +168,7 @@ for notebook_file in args.notebooks:
notebook_output_path = (Path(args.out) / _relpath).resolve()
notebook_output_path.mkdir(parents=True, exist_ok=True)
os.environ["OGS_TESTRUNNER_OUT_DIR"] = str(notebook_output_path)
os.environ["TQDM_DISABLE"] = "1" # Disable progress bars
notebook_filename = notebook_file_path.name
convert_notebook_file = notebook_output_path
if not is_jupytext:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment