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 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