This commit is contained in:
Colombo 2019-11-24 20:33:34 +04:00
parent 77b390c04b
commit f7920d3880

View file

@ -24,7 +24,7 @@ class SampleLoader:
return len ( Path_utils.get_all_dir_names(samples_path) )
@staticmethod
def load(sample_type, samples_path, target_samples_path=None, person_id_mode=True, use_caching=False):
def load(sample_type, samples_path, target_samples_path=None, person_id_mode=False, use_caching=False):
cache = SampleLoader.cache
if str(samples_path) not in cache.keys():