We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21176c6 commit 7fe850cCopy full SHA for 7fe850c
cubids/cubids.py
@@ -1256,14 +1256,12 @@ def get_param_groups_dataframes(self):
1256
labeled_files = []
1257
param_group_summaries = []
1258
for entity_set in entity_sets:
1259
- try:
1260
- (
1261
- labeled_file_params,
1262
- param_summary,
1263
- modality,
1264
- ) = self.get_param_groups_from_entity_set(entity_set)
1265
- except Exception:
1266
- continue
+ (
+ labeled_file_params,
+ param_summary,
+ modality,
+ ) = self.get_param_groups_from_entity_set(entity_set)
+
1267
if labeled_file_params is None:
1268
continue
1269
param_group_summaries.append(param_summary)
0 commit comments