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 5f14444 commit 301f519Copy full SHA for 301f519
intake_xarray/tests/test_catalog.py
@@ -29,7 +29,6 @@ def test_persist(catalog1):
29
assert isinstance(s2, ZarrSource)
30
assert s2.is_persisted
31
assert (source.read() == s2.read()).all()
32
- s2.unpersist()
33
34
35
def test_import_error(mock_import_xarray, catalog1):
0 commit comments