Skip to content

Commit

Permalink
test(particledata): mark test requiring pyshp
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Dec 24, 2023
1 parent a53cda7 commit 56e43db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autotest/test_particledata.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import pandas as pd
import pytest
from autotest.test_grid_cases import GridCases
from modflow_devtools.markers import requires_pkg

import flopy
from flopy.discretization import StructuredGrid
Expand Down Expand Up @@ -635,6 +636,7 @@ def test_nodeparticledata_to_prp_dis_1_per_face():
assert len(rpts) == num_cells * 6


@requires_pkg("shapefile")
def test_nodeparticledata_prp_disv_big(function_tmpdir):
Lx = 10000.0
Ly = 10500.0
Expand Down

0 comments on commit 56e43db

Please sign in to comment.