openghg / openghg_inversions

University of Bristol Atmospheric Chemistry Research Group RHIME Inversion code (with openghg dependency)
MIT License
5 stars 0 forks source link

Replace `pm.math` with pytensor.tensor`, use arviz instead of pymc for hdi #45

Closed brendan-m-murphy closed 7 months ago

brendan-m-murphy commented 8 months ago

PyMC seems to keep backwards compatibility with older versions, but e.g. pm.math.sqrt should be pytensor.tensor.sqrt and hdi should be calculated using arviz.

brendan-m-murphy commented 7 months ago

Closed by PR #72, thanks @pearson01 !