Skip to content

Commit

Permalink
test: remove executables v14 workaround from 7bc29b7 (#1626)
Browse files Browse the repository at this point in the history
* double precision mf2005, mfnwt, mflgr and mfusg are back in exes dist v16
  • Loading branch information
wpbonelli authored Feb 16, 2024
1 parent 74a6cd8 commit 9253449
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions autotest/get_exes.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@ def rebuild():
def test_get_executables(downloaded_bin_path: Path):
print(f"Installing MODFLOW-related executables to: {downloaded_bin_path}")
downloaded_bin_path.mkdir(exist_ok=True, parents=True)
# todo: remove release_id workaround when double-precision comparison issues fixed
# https://github.com/MODFLOW-USGS/modflow6/pull/1612
flopy.utils.get_modflow(str(downloaded_bin_path), release_id="14.0")
flopy.utils.get_modflow(str(downloaded_bin_path))


if __name__ == "__main__":
Expand Down

0 comments on commit 9253449

Please sign in to comment.