Skip to content

Commit

Permalink
ci: add shapely marker to binaryfile test (#2276)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli authored Jul 29, 2024
1 parent 00de95e commit 4aab493
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion autotest/test_binaryfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import pytest
from matplotlib import pyplot as plt
from matplotlib.axes import Axes
from modflow_devtools.markers import requires_exe
from modflow_devtools.markers import requires_exe, requires_pkg

import flopy
from flopy.modflow import Modflow
Expand Down Expand Up @@ -541,6 +541,7 @@ def test_binaryfile_reverse_mf6_dis(function_tmpdir):
assert np.allclose(budget, -budget_rev)


@requires_pkg("shapely")
def test_binaryfile_reverse_mf6_disv(function_tmpdir):
name = "reverse_disv"
sim = flopy.mf6.MFSimulation(
Expand Down

0 comments on commit 4aab493

Please sign in to comment.