Skip to content

Commit 6494930

Browse files
authored
refactor imports (#69)
1 parent f38d0f6 commit 6494930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc_experimental/tests/test_bart.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import pytest
44
from numpy.random import RandomState
55
from numpy.testing import assert_almost_equal, assert_array_equal
6-
from pymc.tests.test_distributions_moments import assert_moment_is_expected
6+
from pymc.tests.distributions.util import assert_moment_is_expected
77

88
import pymc_experimental as pmx
99

0 commit comments

Comments
 (0)