Probabilistic-Programming-and-Bayesian-Methods-for-Hackers icon indicating copy to clipboard operation
Probabilistic-Programming-and-Bayesian-Methods-for-Hackers copied to clipboard

change x to be the same size for plot

Open paddyroddy opened this issue 7 years ago • 0 comments

The original plot gives the following error:

ValueError: x and y must have same first dimension, but have shapes (50000,) and (125000,)

have change numpy arange so the dimensions are the same

paddyroddy avatar Sep 19 '18 18:09 paddyroddy