Merge pull request #109 from esvhd/nb4-fix

Added missing closing bracket.
This commit is contained in:
Roger Labbe 2016-08-27 07:59:15 -07:00 committed by GitHub
commit 4328c397d4

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,