Skip to content

Commit

Permalink
release(1.2.8): update mf6 version
Browse files Browse the repository at this point in the history
Also added latest version of gsflow (v 2.3.0) and mfusg_gsi (v2.1.1).
  • Loading branch information
jdhughes-usgs committed Jun 30, 2023
1 parent 13838da commit e3a5d52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autotest/test_cli_cmds.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_make_program_all(function_tmpdir) -> None:

@pytest.mark.dependency(name="mfpymake")
@pytest.mark.base
def test_mfpymake(function_tmpdir) -> None:
def test_mfpymake_hello(function_tmpdir) -> None:
src = (
"program hello\n"
+ " ! This is a comment line; it is ignored by the compiler\n"
Expand All @@ -86,5 +86,5 @@ def test_mfpymake(function_tmpdir) -> None:
else:
cmd.append(os.environ.get("FC"))
run_cli_cmd(cmd)
cmd = [str(function_tmpdir) / "hello"]
cmd = [str(function_tmpdir / "hello")]
run_cli_cmd(cmd)

0 comments on commit e3a5d52

Please sign in to comment.