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 7647bd3 commit 86ca5cbCopy full SHA for 86ca5cb
tests/logprob/test_checks.py
@@ -53,7 +53,7 @@
53
currentdir = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
54
parentdir = os.path.dirname(currentdir)
55
sys.path.insert(0, parentdir)
56
-from tests.distributions.test_multivariate import dirichlet_logpdf
+from distributions.test_multivariate import dirichlet_logpdf
57
58
59
def test_specify_shape_logprob():
0 commit comments