Skip to content

Commit 0ee4e7f

Browse files
mjrenomjreno
authored andcommitted
write twri tests to one twri path
1 parent aef9b80 commit 0ee4e7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples/twri.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def plot_head(head, workspace):
173173
tdis = flopy4.mf6.simulation.Tdis.from_time(time)
174174

175175
# Create workspace
176-
workspace = Path(__file__).parent / "twri"
176+
workspace = Path(__file__).parent / "twri" / "list_stress"
177177
workspace.mkdir(parents=True, exist_ok=True)
178178

179179
# Create simulation
@@ -260,7 +260,7 @@ def plot_head(head, workspace):
260260
gwf.rcha = [rcha]
261261

262262
# create new workspace
263-
workspace = Path(__file__).parent / "twri2"
263+
workspace = Path(__file__).parent / "twri" / "array_stress"
264264
workspace.mkdir(parents=True, exist_ok=True)
265265
sim.workspace = workspace
266266

0 commit comments

Comments
 (0)