We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6906be2 commit 29e0dc0Copy full SHA for 29e0dc0
autotest/test_largetestmodels.py
@@ -10,7 +10,7 @@
10
)
11
from framework import TestFramework
12
13
-MODELS = [m for m in models.get_models().keys() if m.startswith("large/")]
+MODELS = [m for m in models.get_models().keys() if m.startswith("mf6/large/")]
14
SKIP = [
15
"test1002_biscqtg_disv_gnc_nr_dev",
16
"test1002_biscqtg_disv_nr_MD_dev",
autotest/test_testmodels_mf6.py
-MODELS = [m for m in models.get_models().keys() if m.startswith("test/")]
+MODELS = [m for m in models.get_models().keys() if m.startswith("mf6/test/")]
"alt_model",
"test205_gwtbuy-henrytidal",
0 commit comments