|
@@ -87,7 +87,7 @@ class BaseAnnotations(abc.ABC):
|
|
|
|
|
|
if None not in [subset, self.feature_model]:
|
|
|
tried = []
|
|
|
- model_info = self.info[self.feature_model]
|
|
|
+ model_info = self.info.MODELS[self.feature_model]
|
|
|
for subset_phony in BaseAnnotations.FEATURE_PHONY[subset]:
|
|
|
features = feature_file_name(subset_phony, dataset_info, model_info)
|
|
|
feature_path = join(self.root, "features", features)
|