From 662e50069db576210c086737198f46d3180bfd81 Mon Sep 17 00:00:00 2001 From: talbpw Date: Thu, 15 Feb 2024 14:35:39 -0700 Subject: [PATCH] moved ipopt executable check --- tests/integration_tests/mechanics/transfer_funcs/tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration_tests/mechanics/transfer_funcs/tests b/tests/integration_tests/mechanics/transfer_funcs/tests index 3b4a0229..18b4c382 100644 --- a/tests/integration_tests/mechanics/transfer_funcs/tests +++ b/tests/integration_tests/mechanics/transfer_funcs/tests @@ -2,12 +2,12 @@ [./DebugMode] type = 'HeronIntegration' input = heron_input.xml + needed_executable = 'ipopt' [./dispatch_csv] type = UnorderedCSV output = 'Debug_Run_o/dispatch_print.csv' gold_files = 'dispatch_print.csv' rel_err = 1e-8 - needed_executable = 'ipopt' [../] [../] []