We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f8aaa commit 3bc167fCopy full SHA for 3bc167f
1 file changed
pyxlma/xarray_util.py
@@ -49,7 +49,7 @@ def get_1d_datasets(d):
49
returns
50
a list of single-dimension datasets
51
"""
52
- return [d1 for d1 in gen_1d_datasets(d, *args, **kwargs)]
+ return [d1 for d1 in gen_1d_datasets(d)]
53
54
def get_scalar_vars(d):
55
scalars = []
0 commit comments