Closed heather999 closed 4 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.
desc-stack-dev
catalog
catalog = GCRCatalogs.load_catalog('cosmoDC2')
Fixed by #88
While testing the updated
desc-stack-dev
jupyter kernel, I ran across an error, wherecatalog
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.