From 5898a885fd3624ad1edc35edf6b28c1500ce4c56 Mon Sep 17 00:00:00 2001 From: Till Raab Date: Thu, 26 Oct 2023 12:50:50 +0200 Subject: [PATCH] bf --- datasets.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/datasets.py b/datasets.py index 8fc3020..bcc6270 100644 --- a/datasets.py +++ b/datasets.py @@ -64,7 +64,8 @@ def create_train_or_test_dataset(path, train=True): else: print('Generate test dataset !') pfx='test' - + embed() + quit() csv_candidates = list(Path(path).rglob(f'*{pfx}*.csv')) if len(csv_candidates) == 0: print(f'no .csv files for *{pfx}* found in {Path(path)}')