Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing CRRao Tests #123

Open
ShouvikGhosh2048 opened this issue Jun 16, 2023 · 3 comments
Open

Failing CRRao Tests #123

ShouvikGhosh2048 opened this issue Jun 16, 2023 · 3 comments

Comments

@ShouvikGhosh2048
Copy link
Collaborator

The CRRao Tests are failing due to a ADGradient error.

A similar error occurs in this program:

using Turing, StableRNGs

@model function example(x)
    m ~ Normal(0, 1)
    x ~ Normal(m, sqrt(1))
end

res = sample(StableRNG(123), example(1), NUTS(), 10)

This issue might be related to this issue.

@ayushpatnaikgit
Copy link
Member

Seems to be working on Turing v0.26.0, which version are you using?

@ShouvikGhosh2048
Copy link
Collaborator Author

ShouvikGhosh2048 commented Jun 16, 2023

I was using v0.23.3. That might have been the issue. CRRao also currently uses v0.23.3 which might be causing it's tests to fail.

@ayushpatnaikgit
Copy link
Member

Okay, I've removed the old version of Turing in this PR.
#121

Let's wait for the CI to complete.

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

No branches or pull requests

2 participants