Skip to content

Commit

Permalink
Update recipe.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jbusecke authored Jun 10, 2024
1 parent 603a900 commit 948298c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion feedstock/recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,10 @@ async def get_recipe_inputs():
# backoff_factor=2.0,
# fsspec_sync_patch=False,
# )
| OpenURLWithFSSpec(cache=cache_target, fsspec_sync_patch=True)
| OpenURLWithFSSpec(
cache=cache_target,
# fsspec_sync_patch=True
)
| OpenWithXarray(xarray_open_kwargs={"use_cftime": True})
| Preprocessor()
| StoreToZarr(
Expand Down

0 comments on commit 948298c

Please sign in to comment.