Skip to content

Commit

Permalink
Remove bad option from multifile opening example
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedThree committed Sep 2, 2024
1 parent 0febd40 commit 6ea7f96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ print(df["Electric Field/Ex"])
```python
ds = xr.open_mfdataset(
"*.sdf",
combine="nested",
data_vars='minimal',
coords='minimal',
compat='override',
Expand Down

0 comments on commit 6ea7f96

Please sign in to comment.