From 259f53bb0711e712b498df06a482f27cadcbdcb5 Mon Sep 17 00:00:00 2001 From: Sofie Van Landeghem Date: Fri, 20 Feb 2026 14:56:19 +0100 Subject: [PATCH] remove comment that only makes sense when knowing the PR's history --- nanochat/dataset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nanochat/dataset.py b/nanochat/dataset.py index 80ab581..4d102cf 100644 --- a/nanochat/dataset.py +++ b/nanochat/dataset.py @@ -65,7 +65,7 @@ def get_parquet_paths(split, data_dir=None): ) return [val_path] else: - #train split: list files while excluding val (don't add then remove). + # train split: list files while excluding val return list_parquet_files(data_dir, exclude_filenames=(VAL_SHARD_FILENAME,)) def parquets_iter_batched(split, start=0, step=1):