Skip to content

Conversation

ColCarroll
Copy link
Member

It appears this test is usually skipped, but not always (#2984). I do not know why that was happening, but now this test at least passes locally on Python 3.6...

@@ -110,7 +110,7 @@ def make_model(cls):
with pm.Model() as model:
sd_mu = np.array([1, 2, 3, 4, 5])
sd_dist = pm.Lognormal.dist(mu=sd_mu, sd=sd_mu / 10., shape=5)
chol_packed = pm.LKJCholeskyCov('chol_packed', 5, 3, sd_dist)
chol_packed = pm.LKJCholeskyCov('chol_packed', 3, 5, sd_dist)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

better to be more explicit? chol_packed = pm.LKJCholeskyCov('chol_packed', eta=3, n=5, sd_dist)

@ColCarroll ColCarroll merged commit aa4427b into pymc-devs:master Jun 4, 2018
@ColCarroll
Copy link
Member Author

Restarted build for a few PRs that had failing tests, too,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants