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 24ea494 commit f6dc7bdCopy full SHA for f6dc7bd
1 file changed
tests/conftest.py
@@ -205,10 +205,6 @@ def _expected_static_cache_state(root_dir: Path) -> list[Path]:
205
_c_root_dir = root_dir / "org" / "openml" / "test"
206
res_paths = [root_dir, _c_root_dir]
207
208
- for _d in ["tasks", "runs"]:
209
- res_paths.append(_c_root_dir / _d)
210
-
211
- res_paths.append(_c_root_dir / "runs" / "1" / "description.xml")
212
for _d in ["datasets", "tasks"]:
213
res_paths.append(_c_root_dir / _d)
214
0 commit comments