Added missing closing bracket.

This commit is contained in:
esvhd 2016-08-20 00:07:59 +01:00
parent 45cf59df72
commit eedf15ed3d

View File

@ -8095,7 +8095,7 @@
"```python\n",
"prior = predict(x, process_model)\n",
"likelihood = (z, sensor_var)\n",
"x = update(prior, likelihood\n",
"x = update(prior, likelihood)\n",
"```\n",
"\n",
"If we didn't use the `predict` and `update` functions the code might be:\n",
@ -19119,7 +19119,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.1"
"version": "3.5.2"
}
},
"nbformat": 4,