diff options
author | 2018-10-27 07:21:45 -0700 | |
---|---|---|
committer | 2018-10-27 07:21:45 -0700 | |
commit | fb35234778b44e04301e95ba29e9b5b0038c19d0 (patch) | |
tree | 926cb6d6357452c888d91242c1a63e2d41c869b3 /Tools/performance_tests/functions_perftest.py | |
parent | 06c2474ac88b7bf4e16d6ce7bec5802f9e063c55 (diff) | |
download | WarpX-fb35234778b44e04301e95ba29e9b5b0038c19d0.tar.gz WarpX-fb35234778b44e04301e95ba29e9b5b0038c19d0.tar.zst WarpX-fb35234778b44e04301e95ba29e9b5b0038c19d0.zip |
recompile if in run mode only
Diffstat (limited to 'Tools/performance_tests/functions_perftest.py')
-rw-r--r-- | Tools/performance_tests/functions_perftest.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/performance_tests/functions_perftest.py b/Tools/performance_tests/functions_perftest.py index 0156cbfd0..90e014f88 100644 --- a/Tools/performance_tests/functions_perftest.py +++ b/Tools/performance_tests/functions_perftest.py @@ -13,7 +13,6 @@ def scale_n_cell(ncell, n_node): return ncell_scaled def store_git_hash(repo_path=None, filename=None, name=None): - print( repo_path, filename, name ) repo = git.Repo(path=repo_path) sha = repo.head.object.hexsha file_handler = open( filename, 'a+' ) |