Skip to content

Commit 4cd007c

Browse files
Move tests/ to project root
1 parent 51704bd commit 4cd007c

36 files changed

+18
-25
lines changed
File renamed without changes.
File renamed without changes.

pymc_experimental/tests/model/test_marginal_model.py renamed to tests/model/test_marginal_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
is_conditional_dependent,
2323
marginalize,
2424
)
25-
from pymc_experimental.tests.utils import equal_computations_up_to_root
25+
from tests.utils import equal_computations_up_to_root
2626

2727

2828
@pytest.fixture

0 commit comments

Comments
 (0)