Hi Pymc3 Team.
I’m posted here first, as this error could easily be caused by something silly on my end.
I have a model sampling from a DiscreteUniform(lower=0, upper=4), but I’m getting negative values returned?
Here is the notebook + data: markers.csv (8.0 MB)
What you can’t see in the notebook, is w_printed
contains -ve values right before the chain crashes:
w_printed str = [ 0 1 0 0 1 1 0 0 1 1 -1 0 -2 1 1 0 0 -1 0 2 2 1 0 2
0 -1 2 -2 2 1 0 2 3 0 2 3 2 3 0 0 0 2 0 0 -1 2 -1 0
3 0 3 1]
FYI, the traceplot in the notebook is from a previous model and can be ignored.