We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm seeing this fairly often (1 in 5?) on a model I've been playing with:
I'm happy to dig into this more if that would be helpful.
The text was updated successfully, but these errors were encountered:
This might be the smart number formatter or Javascript's weird number system. Hard to tell right now.
When you get a chance, could you play around with different seeds to reproduce this and then send the model + seed my way?
Sorry, something went wrong.
Sure, seems like this reproduces it on current webppl.org:
util.seedRNG(1481745082696) viz.auto(MH(function() { var x = gaussian(0,1) var y = gaussian(x,.1) return {x, y} },100))
No branches or pull requests
I'm seeing this fairly often (1 in 5?) on a model I've been playing with:
I'm happy to dig into this more if that would be helpful.
The text was updated successfully, but these errors were encountered: