From 24b986ca4e8eda852080d5e469d3639b119d8623 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 3 Jul 2015 23:18:59 -0400 Subject: Update pymc import in snippets --- snippets/python-mode/pymc-file | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'snippets/python-mode/pymc-file') 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 -- cgit v1.2.3