Skip to content

Commit 3a681f4

Browse files
committed
some regression comparison tests not expected to pass with this PR
1 parent baeb4f0 commit 3a681f4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

autotest/test_testmodels_mf6.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,14 @@
2525
"test016_Keating_disu_dev",
2626
"test053_npf-a-nwt_dev",
2727
"test053_npf-b-nwt_dev",
28+
# some tests not expected to pass after changing budget object
29+
# to deal with single reach models (specifically single-reach tsp models)
30+
"test051_uzfp3_lakmvr_v2_dev",
31+
"test051_uzfp3_wellakmvr_v2",
2832
# todo reinstate after resolving convergence failure
2933
"test014_NWTP3Low_dev",
3034
]
3135

32-
3336
@pytest.mark.external
3437
@pytest.mark.regression
3538
@pytest.mark.parametrize("model_name", MODELS)

0 commit comments

Comments
 (0)