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.
1 parent 292d63a commit d633686Copy full SHA for d633686
xarray/backends/scipy_.py
@@ -124,7 +124,6 @@ class flush_only_netcdf_file(netcdf_file_base):
124
def close(self):
125
if hasattr(self, "fp") and not self.fp.closed:
126
self.flush()
127
- self.fp.seek(0)
128
129
def __del__(self):
130
# Remove the __del__ method, which in scipy is aliased to close().
0 commit comments