Skip to content

Commit

Permalink
Change default flag for open_mfdataset. Fixes Issue pydata#2064
Browse files Browse the repository at this point in the history
  • Loading branch information
bonnland committed Jul 13, 2019
1 parent f7e299f commit deed472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/backends/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ def close(self):

def open_mfdataset(paths, chunks=None, concat_dim='_not_supplied',
compat='no_conflicts', preprocess=None, engine=None,
lock=None, data_vars='all', coords='different',
lock=None, data_vars='minimal', coords='different',
combine='_old_auto', autoclose=None, parallel=False,
**kwargs):
"""Open multiple files as a single dataset.
Expand Down

0 comments on commit deed472

Please sign in to comment.