This commit is contained in:
Till Raab 2023-10-26 12:50:50 +02:00
parent 030dcfab43
commit 5898a885fd

View File

@ -64,7 +64,8 @@ def create_train_or_test_dataset(path, train=True):
else: else:
print('Generate test dataset !') print('Generate test dataset !')
pfx='test' pfx='test'
embed()
quit()
csv_candidates = list(Path(path).rglob(f'*{pfx}*.csv')) csv_candidates = list(Path(path).rglob(f'*{pfx}*.csv'))
if len(csv_candidates) == 0: if len(csv_candidates) == 0:
print(f'no .csv files for *{pfx}* found in {Path(path)}') print(f'no .csv files for *{pfx}* found in {Path(path)}')