Skip to content

Commit 40cf04a

Browse files
committed
fix to new version interface
1 parent 4ab2128 commit 40cf04a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py/dynesty/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# To allow replacing of the pickler
1919
import numpy as np
2020
from scipy.special import logsumexp
21-
from ._version import __version__ as DYNESTY_VERSION
21+
from . import __version__ as DYNESTY_VERSION
2222

2323
# Define SamplerHistoryItem here to avoid circular imports
2424
SamplerHistoryItem = namedtuple('SamplerHistoryItem', ['u', 'v', 'logl'])

0 commit comments

Comments
 (0)