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
Traceback (most recent call last): File "<ipython-input-2-4c84dcf98240>", line 20, in <module> observed=masked_values(siblings, value=-999)) File "/home/laoj/Documents/Github/pymc3/pymc3/distributions/distribution.py", line 36, in __new__ return model.Var(name, dist, data, total_size) File "/home/laoj/Documents/Github/pymc3/pymc3/model.py", line 545, in Var total_size=total_size, model=self) File "/home/laoj/Documents/Github/pymc3/pymc3/model.py", line 977, in __init__ data = as_tensor(data, name, model, distribution) File "/home/laoj/Documents/Github/pymc3/pymc3/model.py", line 932, in as_tensor model=model) File "/home/laoj/Documents/Github/pymc3/pymc3/model.py", line 878, in __init__ distribution.shape, distribution.dtype) * distribution.default() ValueError: operands could not be broadcast together with shapes (0,) (0,207)
It was fine last time I check (#2254) so likely due to recently introduced changes.
The text was updated successfully, but these errors were encountered:
429fb3c
oops I accidentally pushed to master directly... @twiecki should I reverse and PR properly?
Sorry, something went wrong.
That's fine for a small fix like this.
No branches or pull requests
It was fine last time I check (#2254) so likely due to recently introduced changes.
The text was updated successfully, but these errors were encountered: