Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions autotest/test_binaryfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,8 +468,6 @@ def test_binaryfile_read_context(freyberg_model_path):


@pytest.fixture
@pytest.mark.mf6
@requires_exe("mf6")
def mf6_gwf_2sp_st_tr(function_tmpdir):
"""
A basic flow model with 2 stress periods,
Expand Down Expand Up @@ -543,6 +541,8 @@ def mf6_gwf_2sp_st_tr(function_tmpdir):
return sim


@pytest.mark.mf6
@requires_exe("mf6")
def test_read_mf6_2sp(mf6_gwf_2sp_st_tr):
sim = mf6_gwf_2sp_st_tr
gwf = sim.get_model()
Expand Down
Loading