Skip to content

Commit

Permalink
Minor fix to regression suite to define verbosity flag globally
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysm committed Nov 4, 2021
1 parent 46c4723 commit 4bc5981
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions regression_tests/regression_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
timing_objects = []
generate_baseline = False
baseline_average = False
verbose=False

exitsTimeFile = True
def open_timingfile(baseline_average):
Expand Down Expand Up @@ -248,7 +249,6 @@ def check_error(success, results):
assert sys.version_info >= (3,0)

# default arguments
verbose=False
procs = 2

parser=argparse.ArgumentParser()
Expand Down Expand Up @@ -594,4 +594,5 @@ def check_error(success, results):
pickle.dump(dfcomp, regt_file)
print("\n Saved baseline/regtime.pkl file")

# print(comptime_dict)
# print(comptime_dict)

0 comments on commit 4bc5981

Please sign in to comment.