bugs fixed, binary datasets working
This commit is contained in:
@@ -144,7 +144,9 @@ class CompareBase(_BaseDataModule):
|
||||
print(f'{data_option} skipped...')
|
||||
continue
|
||||
|
||||
if lab_file is not None:
|
||||
if lab_file is None:
|
||||
lab_file = f'{data_option}.csv'
|
||||
elif lab_file is not None:
|
||||
if any([x in lab_file for x in data_options]):
|
||||
lab_file = f'{data_option}.csv'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user