LSSTDESC / DC2-analysis

General analysis tools for the DC2 Data Set.
http://lsstdesc.org/DC2-analysis/
BSD 3-Clause "New" or "Revised" License
24 stars 15 forks source link

Missing variable definition in TestGalaxyGalaxyLensingSDSSMain.ipynb #86

Closed heather999 closed 4 years ago

heather999 commented 5 years ago

While testing the updated desc-stack-dev jupyter kernel, I ran across an error, where catalog is undefined: https://github.com/LSSTDESC/DC2-analysis/blob/c8f2c16e25a45ad9b0c7761401c0d08aed774bc3/contributed/TestGalaxyGalaxyLensingSDSSMain.ipynb#L225 Yao suggests adding: catalog = GCRCatalogs.load_catalog('cosmoDC2') I'll give that a try and submit a PR.

yymao commented 4 years ago

Fixed by #88