We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f6684c commit b8cc959Copy full SHA for b8cc959
1 file changed
.docs/Notebooks/netcdf01_tutorial.py
@@ -118,7 +118,7 @@
118
# dataset arrays.
119
#
120
# Flopy does not currently generate the NetCDF input file. This tutorial
121
-# shows one way that can be accomplished.
+# shows one way that can be accomplished.
122
123
# create directory for netcdf sim
124
sim.set_sim_path(workspace / "netcdf")
@@ -289,5 +289,3 @@
289
290
# success, buff = sim.run_simulation(silent=True, report=True)
291
# assert success, pformat(buff)
292
-
293
0 commit comments