Skip to content

Commit

Permalink
testing_adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Di Lauro committed Jul 6, 2023
1 parent 5837b2e commit 34ea35d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_output_file_concordance_ce.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ 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"
Expand Down

0 comments on commit 34ea35d

Please sign in to comment.