probmods / webppl-editor

Browser-based editor for WebPPL
Other
8 stars 1 forks source link

Unobvious stack error for model with 128 flips #14

Closed longouyang closed 8 years ago

longouyang commented 8 years ago

I get a call stack error for a model that consists of just 128 lines, each line a flip() call.

The error happens on the line in the compiled code right before we start running the trampoline:

var t = p(s, k, a);

This appears to work okay on the command line.

longouyang commented 8 years ago

This problem seems to have gone away