Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Dec 6, 2024
1 parent 398b9bb commit 5994b6e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions autotest/test_prt_voronoi1.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,6 @@ def plot_output(idx, test):
pmv = flopy.plot.PlotMapView(model=gwf, ax=ax)
pmv.plot_grid(alpha=0.25)

if diff:
ax.scatter(diff.x, diff.y, c="red")

pmv.plot_ibound(alpha=0.5)
headmesh = pmv.plot_array(head, alpha=0.25)
cv = pmv.contour_array(head, levels=np.linspace(0, 1, 9), colors="black")
Expand Down

0 comments on commit 5994b6e

Please sign in to comment.