summaryrefslogtreecommitdiff
path: root/snippets/python-mode/pymc-file
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-07-03 23:18:59 -0400
committerKyle Meyer <kyle@kyleam.com>2015-07-03 23:18:59 -0400
commit24b986ca4e8eda852080d5e469d3639b119d8623 (patch)
treea525c9bb782d84ddb9b67b44183edcbabee95f5b /snippets/python-mode/pymc-file
parent4275371df5f1f1607db398345fa1120ce58fec6f (diff)
downloademacs.d-24b986ca4e8eda852080d5e469d3639b119d8623.tar.gz
Update pymc import in snippets
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 b78b7db..0425445 100644
--- a/snippets/python-mode/pymc-file
+++ b/snippets/python-mode/pymc-file
@@ -3,7 +3,7 @@
# key: pmf
# expand-env: ((yas-indent-line 'fixed))
# --
-import pymc as pm
+import pymc3 as pm
with pm.Model() as model:
$0