Skip to content
Snippets Groups Projects
Commit 3b649b0d authored by MoritzThomasHuebner's avatar MoritzThomasHuebner
Browse files

Now imports i0e from scipy.special instead of importing it from its private module _ufuncs

parent 2bf2ffb9
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ try:
from scipy.special import logsumexp
except ImportError:
from scipy.misc import logsumexp
from scipy.special._ufuncs import i0e
from scipy.special import i0e
import tupak
from tupak.core import likelihood as likelihood
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment