Skip to content

Commit 2e01d2d

Browse files
committed
Update Extensions.py example
1 parent 2cc5087 commit 2e01d2d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/examples/notebooks/Extensions.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# extension: .py
66
# format_name: light
77
# format_version: '1.5'
8-
# jupytext_version: 1.16.7
8+
# jupytext_version: 1.14.4
99
# kernelspec:
1010
# display_name: Python 3 (ipykernel)
1111
# language: python
@@ -275,6 +275,10 @@
275275
# Let's close the existing modflowapi shared library object and look at an example of how this is all
276276
# used in practice.
277277

278+
mf6.prepare_solve(model.solution_id)
279+
mf6.solve(model.solution_id)
280+
mf6.finalize_solve(model.solution_id)
281+
mf6.finalize_time_step()
278282
mf6.finalize()
279283

280284
# # Putting it all together and running a modflowapi simulation

0 commit comments

Comments
 (0)