Skip to content

Commit

Permalink
Add test to insert WPIMULT keyword to pyactionComparisons.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
lisajulia committed Jul 10, 2024
1 parent 0e16d7d commit 955db92
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pyactionComparisons.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,16 @@ add_test_compareSeparateECLFiles(CASENAME pyaction_welpi_insert_kw
REL_TOL ${rel_tol}
IGNORE_EXTRA_KW BOTH)

add_test_compareSeparateECLFiles(CASENAME pyaction_wpimult_insert_kw
DIR1 pyaction
FILENAME1 PYACTION_WPIMULT_INSERT_KW
DIR2 actionx
FILENAME2 ACTIONX_WPIMULT
SIMULATOR flow
ABS_TOL ${abs_tol}
REL_TOL ${rel_tol}
IGNORE_EXTRA_KW BOTH)

add_test_compareSeparateECLFiles(CASENAME pyaction_wsegvalv_insert_kw
DIR1 pyaction
FILENAME1 PYACTION_WSEGVALV_INSERT_KW
Expand Down

0 comments on commit 955db92

Please sign in to comment.