We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aadaa3c + 2f3334e commit 9f8e094Copy full SHA for 9f8e094
xbout/load.py
@@ -86,11 +86,11 @@ def open_boutdataset(
86
keyword argument `drop_vars` to ignore the variables with conflicts, e.g. if `"S1"`
87
and `"S2"` have conflicts
88
```
89
- ds = open_boutdataset("data*/boutdata.nc", drop_vars=["S1", "S2"])
+ ds = open_boutdataset("data*/boutdata.nc", drop_variables=["S1", "S2"])
90
91
will open a Dataset which is missing `"S1"` and `"S2"`.\
92
- [`drop_vars` is an argument of `xarray.open_dataset()` that is passed down through
93
- `kwargs`.]
+ [`drop_variables` is an argument of `xarray.open_dataset()` that is passed down
+ through `kwargs`.]
94
95
Parameters
96
----------
0 commit comments