diff --git a/docs/examples/fodo.ipynb b/docs/examples/fodo.ipynb index fe1103ea..ad35539c 100644 --- a/docs/examples/fodo.ipynb +++ b/docs/examples/fodo.ipynb @@ -134,7 +134,7 @@ " tao.cmd(\"set global lattice_calc_on = T\")\n", " d[\"good\"] = True\n", " add_info(d)\n", - " except:\n", + " except RuntimeError:\n", " d[\"good\"] = False\n", "\n", " return d\n", @@ -375,7 +375,7 @@ " tao.cmd(\"set global lattice_calc_on = T\")\n", " d[\"good\"] = True\n", " add_info(d)\n", - " except:\n", + " except RuntimeError:\n", " d[\"good\"] = False\n", "\n", " return d\n", @@ -440,8 +440,8 @@ "name": "stdout", "output_type": "stream", "text": [ - "CPU times: user 4.34 s, sys: 1.26 s, total: 5.6 s\n", - "Wall time: 5.83 s\n" + "CPU times: user 4.28 s, sys: 931 ms, total: 5.21 s\n", + "Wall time: 5.44 s\n" ] } ], @@ -1054,7 +1054,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 33,