We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6658455 commit 485a9e8Copy full SHA for 485a9e8
tests/test_udunits.py
@@ -15,7 +15,8 @@ def sample_intake(request):
15
import intake
16
17
cat = intake.open_catalog(
18
- 'https://raw.githubusercontent.com/xarray-contrib/xwrf-data/main/catalogs/catalog.yml'
+ 'https://raw.githubusercontent.com/xarray-contrib/xwrf-data/main/catalogs/catalog.yml',
19
+ storage_options=dict(asynchronous=False),
20
)
21
return cat[request.param].to_dask()
22
0 commit comments