Skip to content

Commit

Permalink
Update pymc3/distributions/distribution.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre ANDORRA <[email protected]>
  • Loading branch information
Rish001 and AlexAndorra authored Jul 1, 2020
1 parent 6ecd081 commit c0774de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pymc3/distributions/distribution.py
Original file line number Diff line number Diff line change
Expand Up @@ -1009,5 +1009,4 @@ def generate_samples(generator, *args, **kwargs):
size_tup == (1,))
):
samples = samples.reshape(samples.shape[:-1])
print("samples:",samples)
return np.asarray(samples)

0 comments on commit c0774de

Please sign in to comment.