From bbd070fba8eae040f322a05238753f5351473766 Mon Sep 17 00:00:00 2001 From: James McCreight Date: Mon, 7 Oct 2024 07:52:45 -0600 Subject: [PATCH] comment check against MF6 output --- autotest/test_mmr_to_mf6_dfw.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/autotest/test_mmr_to_mf6_dfw.py b/autotest/test_mmr_to_mf6_dfw.py index 42052543..c16b42d1 100644 --- a/autotest/test_mmr_to_mf6_dfw.py +++ b/autotest/test_mmr_to_mf6_dfw.py @@ -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")