Skip to content

Commit

Permalink
migrate climpred package to a src structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Jul 4, 2024
1 parent 328615a commit 14851ef
Show file tree
Hide file tree
Showing 61 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion climpred/bootstrap.py → src/climpred/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ def _maybe_auto_chunk(ds, dims):
xr.Dataset: auto-chunked along `dims`
"""
if dask.is_dask_collection(ds) and dims is not []:
if dask.is_dask_collection(ds) and dims != []:
if isinstance(dims, str):
dims = [dims]
chunks = [d for d in dims if d in ds.dims]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 14851ef

Please sign in to comment.