Skip to content

Commit

Permalink
changed intake.Catalog to intake.open_catalog
Browse files Browse the repository at this point in the history
intake.Catalog no longer opens catalog files for intake 0.5.5
  • Loading branch information
sophiamyang authored and jbednar committed Apr 14, 2020
1 parent b328fea commit 073d0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/conda_downloads.py
Expand Up @@ -15,7 +15,7 @@

here = os.path.abspath(os.path.dirname(__file__))
cache_path = os.path.join(here, '..', 'doc', '_static', 'cache')
cat = intake.Catalog('https://raw.githubusercontent.com/ContinuumIO/anaconda-package-data/master/catalog/anaconda_package_data.yaml')
cat = intake.open_catalog('https://raw.githubusercontent.com/ContinuumIO/anaconda-package-data/master/catalog/anaconda_package_data.yaml')

colors = cc.palette_n.rainbow[-20:80:-1]
top_of_colormap = 1e6
Expand Down

0 comments on commit 073d0fc

Please sign in to comment.