Skip to content

Commit

Permalink
Removed references to PHYLO_PATCH in all tests as this parameters is …
Browse files Browse the repository at this point in the history
…obsolete
  • Loading branch information
Francesco Di Lauro committed Jul 6, 2023
1 parent 34ea35d commit 510b354
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
4 changes: 0 additions & 4 deletions tests/test_output_file_concordance.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ def compile_popart_ibm(request):
[adjust_macros(macro_file, macro, "1", macro_file) for macro in macros_one]

# Generate output for phylo patch 0 (the "inside"/PopART patch)
macros_zero = ["PHYLO_PATCH"]

[adjust_macros(macro_file, macro, "0", macro_file) for macro in macros_zero]

# Construct the compilation command and compile
compile_command = "make clean; make all"
completed_compilation = subprocess.run([compile_command],
Expand Down
6 changes: 1 addition & 5 deletions tests/test_output_file_concordance_art.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,7 @@ def compile_popart_ibm(request):
macro_file = join(c.IBM_DIR_TEST, "constants.h")
[adjust_macros(macro_file, macro, "1", macro_file) for macro in macros_one]

# Generate output for phylo patch 0 (the "inside"/PopART patch)
macros_zero = ["PHYLO_PATCH"]

[adjust_macros(macro_file, macro, "0", macro_file) for macro in macros_zero]


# Construct the compilation command and compile
compile_command = "make clean; make all"
completed_compilation = subprocess.run([compile_command],
Expand Down
6 changes: 1 addition & 5 deletions tests/test_output_file_concordance_treats.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,7 @@ def compile_popart_ibm(request):
macro_file = join(c.IBM_DIR_TEST, "constants.h")
[adjust_macros(macro_file, macro, "1", macro_file) for macro in macros_one]

# Generate output for phylo patch 0 (the "inside"/PopART patch)
macros_zero = ["PHYLO_PATCH"]

[adjust_macros(macro_file, macro, "0", macro_file) for macro in macros_zero]


# Construct the compilation command and compile
compile_command = "make clean; make all"
completed_compilation = subprocess.run([compile_command],
Expand Down

0 comments on commit 510b354

Please sign in to comment.