summaryrefslogtreecommitdiff
path: root/snippets/python-mode/pymc-file
diff options
context:
space:
mode:
Diffstat (limited to 'snippets/python-mode/pymc-file')
-rw-r--r--snippets/python-mode/pymc-file2
1 files changed, 1 insertions, 1 deletions
diff --git a/snippets/python-mode/pymc-file b/snippets/python-mode/pymc-file
index 0425445..1cae0cd 100644
--- a/snippets/python-mode/pymc-file
+++ b/snippets/python-mode/pymc-file
@@ -13,4 +13,4 @@ if __name__ == '__main__':
start = {}
trace = pm.sample(1000,
step=pm.NUTS(model.vars),
- start=start)
+ start=start) \ No newline at end of file