From 7425f135ba5322f37c82b9c19f8001f7db970a2b Mon Sep 17 00:00:00 2001 From: tinkpad Date: Wed, 23 Jul 2025 12:43:23 +0200 Subject: [PATCH] Fixed caching... --- icu_benchmarks/data/split_process_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu_benchmarks/data/split_process_data.py b/icu_benchmarks/data/split_process_data.py index 9e4df484..54fa5c0e 100644 --- a/icu_benchmarks/data/split_process_data.py +++ b/icu_benchmarks/data/split_process_data.py @@ -198,7 +198,7 @@ def preprocess_data( # Generate cache if generate_cache: - caching(cache_dir, cache_file, data, load_cache) + caching(cache_dir, cache_file, sanitized_data, load_cache) else: logging.info("Cache will not be saved.")