We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab2128 commit 40cf04aCopy full SHA for 40cf04a
1 file changed
py/dynesty/utils.py
@@ -18,7 +18,7 @@
18
# To allow replacing of the pickler
19
import numpy as np
20
from scipy.special import logsumexp
21
-from ._version import __version__ as DYNESTY_VERSION
+from . import __version__ as DYNESTY_VERSION
22
23
# Define SamplerHistoryItem here to avoid circular imports
24
SamplerHistoryItem = namedtuple('SamplerHistoryItem', ['u', 'v', 'logl'])
0 commit comments