We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de3ece commit 651bdf3Copy full SHA for 651bdf3
pandas/tests/io/pytables/test_store.py
@@ -318,7 +318,7 @@ class Table3(tables.IsDescription):
318
assert len(store.keys(kind="tables")) == 3
319
expected = {"/group/table1", "/group/table2", "/group/table3"}
320
assert set(store.keys(kind="tables")) == expected
321
- assert set(store) == set()
+ assert set(store.keys(kind="pandas")) == set()
322
323
def test_keys_ignore_hdf_softlink(self, setup_path):
324
0 commit comments