Skip to content

Commit

Permalink
fixed auto tests
Browse files Browse the repository at this point in the history
  • Loading branch information
miniufo committed Oct 28, 2024
1 parent 0d51683 commit 950f147
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xgrads/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def open_mfdataset(paths, parallel=False, encoding='GBK'):
print(datasets[1])
print(datasets[2])
print(datasets[3])
print(parallel)
if parallel:
# calling compute here will return the datasets/file_objs lists,
# the underlying datasets will still be stored as dask arrays
Expand Down

0 comments on commit 950f147

Please sign in to comment.