Skip to content

Commit

Permalink
fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Nov 29, 2023
1 parent 38bf043 commit d5c593f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions autotest/prt/test_prt_fmi08.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
https://flopy.readthedocs.io/en/latest/Notebooks/dis_voronoi_example.html
Two variants are included, first with straight
pathlines, and then with a well to capture one
particle and yield more interesting pathlines.
pathlines, and another with a well to capture
particles and give more interesting pathlines.
Particles are released from the central cell
to which constant concentration is assigned
in the transport model.
Particles are released from the x coordinate
of the constant concentration cell from the
transport model, along a range of y coords.
TODO: support parallel adjacent cell faces,
duplicated vertices as flopy.utils.voronoi
Expand Down Expand Up @@ -283,7 +283,7 @@ def test_mf6model(name, function_tmpdir, targets):
prt_track_csv_file = f"{prtname}.prp.trk.csv"
pls = pd.read_csv(ws / prt_track_csv_file, na_filter=False)

plot_debug = True
plot_debug = False
if plot_debug:
# plot in 2d with mpl
fig = plt.figure(figsize=(10, 10))
Expand Down

0 comments on commit d5c593f

Please sign in to comment.