LSSTDESC / CLMM

A Python library for performing galaxy cluster mass reconstruction from weak lensing observables
BSD 3-Clause "New" or "Revised" License
23 stars 18 forks source link

Fix CCL 2.6.2-dev7 #579

Closed hsinfan1996 closed 1 year ago

hsinfan1996 commented 1 year ago

Now CCL only allows modifying class attributes by public functions. To fix instantiating a modeling object, we will need to call either ccl.UnlockInstance or __init__ again.

hsinfan1996 commented 1 year ago

We can also use CCL v2.6.1 for GH Actions and worry about this problem after CCL v3 releases.