We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d264692 commit 265aaa7Copy full SHA for 265aaa7
PySDM_examples/Bartman_et_al_2021/demo.ipynb
@@ -104,6 +104,8 @@
104
"settings.n_steps = int(1.75 * settings.n_spin_up)\n",
105
"settings.outfreq = int(1 * si.minute / settings.dt)\n",
106
"settings.adaptive = True\n",
107
+ "settings.condensation_rtol_x = 1e-3 # TODO: needed to avoid timeout on Travis, revisit\n",
108
+ "settings.condensation_rtol_thd = 1e-3\n",
109
"\n",
110
"storage = Storage()\n",
111
"simulation = Simulation(settings, storage)\n",
@@ -306,4 +308,4 @@
306
308
},
307
309
"nbformat": 4,
310
"nbformat_minor": 4
-}
311
+}
0 commit comments