Within the model environment, sampling doesn’t work and I get the error described here:
But outside of the model environment (not in with pm.Models()), I can call likelihood.eval() and it works just fine. Calling .eval() is only meant to be used outside of the model environment right? Or can it also be used within the model environment?