From 7ad8d92800ea38fb8d24ed94ce63bcf849c9ebc0 Mon Sep 17 00:00:00 2001 From: PGijsbers Date: Mon, 20 Feb 2023 16:48:09 +0100 Subject: [PATCH] Change the cached file to reflect new standard #1188 In #1188 we changed the standard cache file convention from dataset.pq to dataset_{did}.pq. See also #1188. --- .../test/datasets/30/{dataset.pq => dataset_30.pq} | Bin 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/files/org/openml/test/datasets/30/{dataset.pq => dataset_30.pq} (100%) diff --git a/tests/files/org/openml/test/datasets/30/dataset.pq b/tests/files/org/openml/test/datasets/30/dataset_30.pq similarity index 100% rename from tests/files/org/openml/test/datasets/30/dataset.pq rename to tests/files/org/openml/test/datasets/30/dataset_30.pq