We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d854361 commit 3f94827Copy full SHA for 3f94827
tests/test_bart.py
@@ -1,13 +1,9 @@
1
import numpy as np
2
+import pymc as pm
3
import pytest
-
4
from numpy.random import RandomState
5
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
+from pymc.tests.distributions.util import assert_moment_is_expected
11
12
13
def test_split_node():
0 commit comments