From 34ea35d3cf7a8ae4a59c8e7a54160f4af1e730a7 Mon Sep 17 00:00:00 2001 From: Francesco Di Lauro Date: Thu, 6 Jul 2023 18:12:03 +0100 Subject: [PATCH] testing_adjusted --- tests/test_output_file_concordance_ce.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/test_output_file_concordance_ce.py b/tests/test_output_file_concordance_ce.py index 958aba6..b9bcc1b 100755 --- a/tests/test_output_file_concordance_ce.py +++ b/tests/test_output_file_concordance_ce.py @@ -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"