-
Notifications
You must be signed in to change notification settings - Fork 219
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
NaN violates Normal condition σ >= zero(σ) #868
Comments
I have also encountered the same error using a truncated normal on sigma recently but have a hard time to reproduce it. Just wanted to report it hear. |
Thanks, @jonasmac16. I was able to reproduce the error by replacing |
This bug should be fixed by the recent merged PR in AdvancedHMC.jl. There was an interface bug after AdvancedHMC.jl was upgraded. |
Fixed by TuringLang/AdvancedHMC.jl#85 |
Hi-
For some reason the sigma parameter (s) takes the value of NaN and triggers an inequality violation. I found this in several models, but this is the simplest model I found that produces the error.
System Info:
The text was updated successfully, but these errors were encountered: