LSSTDESC / DC2-analysis

General analysis tools for the DC2 Data Set.

Home Page:http://lsstdesc.org/DC2-analysis/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refresh data access notebooks

heather999 opened this issue · comments

Running through tutorial/extragalactic notebooks.

There is a pyccl API change which affects tutorials/extragalactic_gcr_hod.ipynb, specifically this line in the code.
hmf_dn_dlogm = ccl.massfunc(cosmo, mass_center, mean_scale_factor) the massfunc is no longer available after CCL v2.0.0. I'm not sure how to properly replace that.

The rest of tutorials/extragalactic_*.ipynb appear to be running successfully with the current desc-python installed at NERSC.

Running through tutorials/object_gcr_* notebooks.
object_gcr_1_intro is running as is object_gcr_4_photoz

object_gcr_2_lensing_cuts requires a refresh of the DC2 repo on Perlmutter
object _gcr_3_challenges runs - but I have not tested Step 3 or Step 4 which requires defining data

Closing!