Skip to content

Commit 2b7df47

Browse files
committed
Force refresh cache
1 parent 95c68c6 commit 2b7df47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_datasets/test_dataset_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1437,7 +1437,7 @@ def test_data_edit_critical_field(self):
14371437
n_tries = 10
14381438
# we need to wait for the edit to be reflected on the server
14391439
for i in range(n_tries):
1440-
edited_dataset = openml.datasets.get_dataset(did)
1440+
edited_dataset = openml.datasets.get_dataset(did,force_refresh_cache=True)
14411441
try:
14421442
assert edited_dataset.default_target_attribute == "shape", edited_dataset
14431443
assert edited_dataset.ignore_attribute == ["oil"], edited_dataset

0 commit comments

Comments
 (0)