pymc-devs / pymc-experimental

https://pymc-experimental.readthedocs.io
Other
72 stars 47 forks source link

Fix imports from `gp.util` #243

Closed jessegrabowski closed 10 months ago

jessegrabowski commented 10 months ago

pymc-devs/pymc@ec64d40 breaks imports in the latent-approx.py module, this PR fixes it. Also does the same refactoring as that PR here, removing custom SolveTriangular Ops definitions with pt.linalg.solve_triangular

ricardoV94 commented 10 months ago

Duplicate of #240? Can you push there the missing fixes? That one also updates the minimum PyMC dependency which I think we have to

jessegrabowski commented 10 months ago

OK, I will close this and put it over there instead.