diff options
Diffstat (limited to 'snippets/python-mode')
-rw-r--r-- | snippets/python-mode/pymc | 2 | ||||
-rw-r--r-- | snippets/python-mode/pymc-file | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/snippets/python-mode/pymc b/snippets/python-mode/pymc index c4a6a62..1fc9900 100644 --- a/snippets/python-mode/pymc +++ b/snippets/python-mode/pymc @@ -2,5 +2,5 @@ # key: pm # group: imports # -- -import pymc as pm +import pymc3 as pm $0 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 |