Skip to content

Commit 86ca5cb

Browse files
Updated and rectified the checks in logprob and the corresponding tests suites
1 parent 7647bd3 commit 86ca5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/logprob/test_checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
currentdir = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
5454
parentdir = os.path.dirname(currentdir)
5555
sys.path.insert(0, parentdir)
56-
from tests.distributions.test_multivariate import dirichlet_logpdf
56+
from distributions.test_multivariate import dirichlet_logpdf
5757

5858

5959
def test_specify_shape_logprob():

0 commit comments

Comments
 (0)