We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd8d92b commit bedbb17Copy full SHA for bedbb17
pymc/__init__.py
@@ -47,7 +47,7 @@ def __set_compiler_flags():
47
48
__set_compiler_flags()
49
50
-from pymc import _version, gp, ode, sampling
+from pymc import _version, gp, math, ode, sampling
51
from pymc.backends import *
52
from pymc.blocking import *
53
from pymc.data import *
0 commit comments