Skip to content

Commit 7abe94c

Browse files
committed
Rolling back to prevent a different issue from leaking into this one.
1 parent 6ece6a1 commit 7abe94c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

doc/io.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,11 @@ and currently raises a warning unless ``invalid_netcdf=True`` is set:
516516
# Reading it back
517517
xr.open_dataarray("complex.nc", engine="h5netcdf")
518518
519+
.. ipython:: python
520+
:suppress:
521+
522+
import os
523+
os.remove('complex.nc')
519524
520525
.. warning::
521526

0 commit comments

Comments
 (0)