Skip to content

Commit

Permalink
fix: replace with ucr_uea_Wine in purging path operation;
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed Nov 5, 2023
1 parent 11a84b5 commit 5c20cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_tsdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_2_dataset_loading(self):
def test_3_dataset_purging(self):
cached_datasets = tsdb.list_cache()
assert isinstance(cached_datasets, list)
tsdb.delete_cache("physionet_2012") # delete single
tsdb.delete_cache("ucr_uea_Wine") # delete single
tsdb.delete_cache() # delete all

def test_4_logging(self):
Expand Down

0 comments on commit 5c20cac

Please sign in to comment.