Skip to content

Commit

Permalink
Add test to insert WELPI keyword to pyactionComparisons.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
lisajulia committed Jul 4, 2024
1 parent dd67f22 commit 00ba8a1
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 @@ -95,6 +95,16 @@ add_test_compareSeparateECLFiles(CASENAME pyaction_wefac_insert_kw
REL_TOL ${rel_tol}
IGNORE_EXTRA_KW BOTH)

add_test_compareSeparateECLFiles(CASENAME pyaction_welpi_insert_kw
DIR1 pyaction
FILENAME1 PYACTION_WELPI_INSERT_KW
DIR2 actionx
FILENAME2 ACTIONX_WELPI
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 00ba8a1

Please sign in to comment.