Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pymc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def __set_compiler_flags():

__set_compiler_flags()

from pymc import _version, gp, ode, sampling
from pymc import _version, gp, math, ode, sampling
from pymc.backends import *
from pymc.blocking import *
from pymc.data import *
Expand Down
Loading