Skip to content

Commit

Permalink
STYLE: Tidying up python script
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-moore22 committed Mar 12, 2024
1 parent 071fd2a commit a7720ac
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions integrated-tests/Test-scripts/test_fierro.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
executables = []
tests = []




# Add paths to all tested executables
for i in range(len(solvers)):
executables.append("./../../build-fierro-openmp/bin/"+solvers[i])
Expand All @@ -22,16 +19,11 @@
for i in range(len(solvers)):
if not os.path.exists(executables[i]):
raise ValueError(solvers[i]+" executable not found in build-fierro-openmp directory")


\
# Add names of each test
parallel_explicit_tests = ["Noh", "Sedov", "Sod"]
# parallel_implicit_tests = ["Beam"]





inputs = []
standard_results = []

Expand Down

0 comments on commit a7720ac

Please sign in to comment.