Skip to content

Commit 3f94827

Browse files
committed
fix test
1 parent d854361 commit 3f94827

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

tests/test_bart.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
import numpy as np
2+
import pymc as pm
23
import pytest
3-
44
from numpy.random import RandomState
55
from numpy.testing import assert_almost_equal, assert_array_equal
6-
7-
import pymc as pm
8-
import pymc_bart as pmb
9-
10-
from pymc.tests.test_distributions_moments import assert_moment_is_expected
6+
from pymc.tests.distributions.util import assert_moment_is_expected
117

128

139
def test_split_node():

0 commit comments

Comments
 (0)