openghg / openghg_inversions

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

Change import statements from `pymc3` to `pymc` (where relevant) #35

Closed brendan-m-murphy closed 5 months ago

brendan-m-murphy commented 8 months ago

@qq23840 noticed that hbmcmc.hbmcmc_post_process has import pymc3 as pm. This should be updated to import pymc as pm since our requirements.txt doesn't pin the version of PyMC, hence we are on the latest version by default.

Look for other instances and update.

brendan-m-murphy commented 5 months ago

This has been addressed.