Skip to content

Commit 0dfa4f3

Browse files
committed
set import to older version
1 parent f194d37 commit 0dfa4f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_bart.py

Lines changed: 1 addition & 1 deletion
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.distributions.util import assert_moment_is_expected
6+
from pymc.tests.test_distributions_moments import assert_moment_is_expected
77

88
import pymc_bart as pmb
99

0 commit comments

Comments
 (0)