Closed
Description
minimal example that fails on master pm.Exponential.dist(lam=4).random()
I think that is related to #2103
with pm.Model(): # good
pm.Exponential.dist(lam=4).random()
pm.Exponential.dist(lam=4).random() # bad
CC @aseyboldt
minimal example that fails on master pm.Exponential.dist(lam=4).random()
I think that is related to #2103
with pm.Model(): # good
pm.Exponential.dist(lam=4).random()
pm.Exponential.dist(lam=4).random() # bad
CC @aseyboldt