Skip to content

Commit 265aaa7

Browse files
authored
reduce tolerance in Bartman 2021 example to avoid timeout on Travis (+add TODO)
1 parent d264692 commit 265aaa7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

PySDM_examples/Bartman_et_al_2021/demo.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@
104104
"settings.n_steps = int(1.75 * settings.n_spin_up)\n",
105105
"settings.outfreq = int(1 * si.minute / settings.dt)\n",
106106
"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",
107109
"\n",
108110
"storage = Storage()\n",
109111
"simulation = Simulation(settings, storage)\n",
@@ -306,4 +308,4 @@
306308
},
307309
"nbformat": 4,
308310
"nbformat_minor": 4
309-
}
311+
}

0 commit comments

Comments
 (0)