Skip to content

Commit

Permalink
fixing the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BotrosHanna-INL committed Aug 22, 2022
1 parent ea0c4b3 commit f977ba4
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions tests/integration_tests/mechanics/optimizedDispatch2Hybrid/tests
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
[Tests]
[./DebugMode]
[./produceDispatch]
type = 'HeronIntegration'
input = heron_input.xml
[./dispatch_csv]
type = UnorderedCSV
output = 'Debug_Run_o/dispatch_print.csv'
gold_files = 'dispatch_print.csv'
[./createUserInput]
type = RavenPython
input = 'create_user_input.py heron_input.xml Debug_Run_o/dispatch_print.csv'
[./dispatches2Hybrid]
type = RavenPython
input = 'export2Hybrid.py heron_input.xml Debug_Run_o/dispatch_print.csv'
[../]
[../]
[../]
[../]
[./createUserInput]
type = RavenPython
input = 'create_user_input.py heron_input.xml Debug_Run_o/dispatch_print.csv'
prereq = produceDispatch
[../]
[./dispatches2Hybrid]
type = RavenPython
input = 'export2Hybrid.py heron_input.xml Debug_Run_o/dispatch_print.csv'
prereq = createUserInput
[../]
[]

0 comments on commit f977ba4

Please sign in to comment.