aboutsummaryrefslogtreecommitdiff
path: root/Tools/PerformanceTests/run_automated.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-06-12precommit: make sure isort output is compatible with black (#3981)Gravatar Ryan Sandberg 1-8/+26
* make sure isort output good for black
2021-12-21pre-commit: Python imports (#2686)Gravatar Axel Huebl 1-10/+17
* pre-commit: Python imports Add two new Python rules to: - remove unused imports - sort imports according to PEP8 * pre-commit: Python imports Add two new Python rules to: - remove unused imports - sort imports according to PEP8 `.editorconfig`: isort options https://github.com/PyCQA/isort/wiki/isort-Settings * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * move import os (mpl) * move import yt (mpl) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Cleanup around matplotlib.use * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Cleaning: double np and lib Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2020-07-16fix automated performance tests on Summit (#1160)Gravatar MaxThevenet 1-1/+1
* update IO syntax for performance CI * update performance tests dir * minor fixes in the IO perf test
2020-04-10Reorganize Tools/ into subfolders, in prevision of LibEnsemble scripts (#908)Gravatar MaxThevenet 1-0/+325
* reorganize Tools/ into subfolders, in prevision of LibEnsemble scripts * Oops, also need to let git know some files have been deleted * caps for consistency * few paths to fix