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 876da76 commit 2233ffc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions autotest/conftest.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import re
from importlib import metadata
from pathlib import Path
from platform import system
from typing import List, Optional

import matplotlib.pyplot as plt
import pytest
Expand Down
2 changes: 0 additions & 2 deletions autotest/test_cli_cmds.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import os
import pathlib as pl
import shutil
import subprocess

import pytest
Expand Down
2 changes: 1 addition & 1 deletion autotest/test_gsflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def run_gsflow(example, control_file, normal_message):
normal_msg=normal_message,
)
if not success:
errmsg = f"could not run {control_file}"
print(f"could not run {control_file}")
return success


Expand Down
1 change: 0 additions & 1 deletion autotest/test_mf6_existing_meson.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import os
import shutil
import sys

import pytest
Expand Down

0 comments on commit 2233ffc

Please sign in to comment.