You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Split advanced tutorial into 4 notebooks
also add a lot more discussion
* forgot to add notebook 5!
* repatch
* try to add advanced tutorials to testing
* add CLI run scripts
* Add support for Py>=3.8 in advanced example
* 250 -> 300 in notebook 7 (should pass more often)
* shift interfaces
* shift interfaces (regularly passes locally)
* fix syntax error
* shift interfaces
* shift interfaces again
* add comment about overlap error
Copy file name to clipboardExpand all lines: 1_tps_sampling_tutorial.ipynb
+4-2
Original file line number
Diff line number
Diff line change
@@ -326,7 +326,9 @@
326
326
"source": [
327
327
"## Running the simulation\n",
328
328
"\n",
329
-
"Now all the parts are in place, and we can run the simulation! First, we open a file to store the results in, and then we build the simulation and run it."
329
+
"Now all the parts are in place, and we can run the simulation! First, we open a file to store everything in, and then we build the simulation and run it.\n",
330
+
"\n",
331
+
"In practice, for a long-running simulation you might save all the relevant information to a \"setup\" file, and then use the OPS Command Line Interface (CLI) to run it (perhaps on a remote computer). The advantage of that approach is that you can re-use the same exact objects, guaranteeing that they will behave the same way and making analysis easier. That approach is described in notebook 5 of this tutorial. In this notebook, we'll directly run the simulation."
0 commit comments