You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks a lot for this very nice bug report! Sorry for the delay, I was traveling.
I was able to identify the issue. The issue is the flip 9.5 on line 2; the flip parameter is greater than 1, which is causing some undefined behavior. If you replace this with flip 0.95, it works as expected.
I will add an error message for this case -- this should cause a syntax error and not simply yield 0 probabilities.
When building Dice and
rsdd
both from the master branch, the following simple example results in all zeros:The example above has the output of:
To build them from the master branch, the following Dockerfile was used:
The text was updated successfully, but these errors were encountered: