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 Jul 4, 2023
1 parent 40d265b commit 04097ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autotest/test_cli_cmds.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def run_cli_cmd(cmd: list) -> None:
@pytest.mark.parametrize("target", targets)
def test_make_program(function_tmpdir, target: str) -> None:
os.chdir(function_tmpdir)
cmd = ["make-program", target, "--appdir", ".", "--verbose", "--mb"]
cmd = ["make-program", target, "--appdir", ".", "--verbose"]
run_cli_cmd(cmd)


Expand Down

0 comments on commit 04097ed

Please sign in to comment.