forked from MODFLOW-USGS/modflow-devtools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
174 changed files
with
42,247 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
import modflow_devtools.models as examples | ||
from modflow_devtools.markers import requires_github | ||
|
||
|
||
@requires_github | ||
def test_mf2005_freyberg(): | ||
examples.mf2005_freyberg() | ||
|
||
|
||
@requires_github | ||
def test_mf6_freyberg(): | ||
examples.mf6_freyberg() | ||
|
||
|
||
@requires_github | ||
def test_mf6_uzf_3lay(): | ||
examples.mf6_uzf_3lay() | ||
|
||
|
||
@requires_github | ||
def test_mf6_tidal(): | ||
examples.mf6_tidal() | ||
|
||
|
||
@requires_github | ||
def test_mfusg_freyberg(): | ||
examples.mfusg_freyberg() |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
0.0, 0.0015 | ||
1.0, 0.0010 | ||
11.0, 0.0015 | ||
21.0, 0.0025 | ||
31.0, 0.0015 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
0.0, 0.0016 | ||
1.0, 0.0018 | ||
11.0, 0.0019 | ||
21.0, 0.0016 | ||
31.0, 0.0018 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
0.0, 0.0017 | ||
1.0, 0.0020 | ||
11.0, 0.0017 | ||
21.0, 0.0018 | ||
31.0, 0.0020 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
0.0, 40.0, 41.0 | ||
1.0, 41.0, 41.5 | ||
2.0, 43.0, 42.0 | ||
3.0, 45.0, 42.8 | ||
4.0, 44.0, 43.0 | ||
6.0, 43.0, 43.1 | ||
9.0, 42.0, 42.4 | ||
11.0, 41.0, 41.5 | ||
31.0, 40.0, 41.0 |
Oops, something went wrong.