Skip to content
Snippets Groups Projects
Commit 90f1c761 authored by Moritz Huebner's avatar Moritz Huebner
Browse files

Merge branch '149-use-of-scipy-special-_ufuncs-i0e' into 'master'

Resolve "Use of `scipy.special._ufuncs.i0e`"

Closes #149

See merge request Monash/tupak!116
parents 2bf2ffb9 3b649b0d
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