Added missing closing bracket.
This commit is contained in:
parent
45cf59df72
commit
eedf15ed3d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user