Skip to content

Commit 3c25cb7

Browse files
authored
Merge pull request #172 from unartig/caching-fix
Fixed caching bug
2 parents 54a0420 + 7425f13 commit 3c25cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

icu_benchmarks/data/split_process_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def preprocess_data(
198198

199199
# Generate cache
200200
if generate_cache:
201-
caching(cache_dir, cache_file, data, load_cache)
201+
caching(cache_dir, cache_file, sanitized_data, load_cache)
202202
else:
203203
logging.info("Cache will not be saved.")
204204

0 commit comments

Comments
 (0)