Skip to content

Commit

Permalink
comment check against MF6 output
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccreight committed Oct 7, 2024
1 parent 5db46ff commit bbd070f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions autotest/test_mmr_to_mf6_dfw.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,10 @@ def test_mmr_to_mf6_chf_dfw(tmp_path, binary_flw):
# generate the mf6 results:
# cd modflow6_for_pws_ci/autotest # or your mf6 repo location
# pytest -s -vv test_chf_dfw.py --keep=keepers
output_dir = pl.Path(
"../../modflow6_for_pws_ci/autotest/keepers/"
"test_mf6model[0-chf-dfw01]0"
)
# output_dir = pl.Path(
# "../../modflow6_for_pws_ci/autotest/keepers/"
# "test_mf6model[0-chf-dfw01]0"
# )

# check binary grid file
grb = flopy.mf6.utils.MfGrdFile(output_dir / f"{name}.disv1d.grb")
Expand Down

0 comments on commit bbd070f

Please sign in to comment.