Skip to content

Commit ee09381

Browse files
committed
-> Remove unneeded instance sums
1 parent 9cd87e4 commit ee09381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

idc_collections/collex_metadata_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def build_explorer_context(is_dicofdic, source, versions, filters, fields, order
302302
)
303303

304304
custom_facets = {
305-
'patient_per_collec':{'type': 'terms', 'field': 'collection_id', 'limit': -1, 'missing': True,'facet': {'unique_count': 'unique(PatientID)'}},
305+
'patient_per_collec': {'type': 'terms', 'field': 'collection_id', 'limit': -1, 'missing': True,'facet': {'unique_count': 'unique(PatientID)'}},
306306
'study_per_collec': {'type': 'terms', 'field': 'collection_id', 'limit': -1, 'missing': True,
307307
'facet': {'unique_count': 'unique(StudyInstanceUID)'}},
308308
'series_per_collec2': {'type': 'terms', 'field': 'collection_id', 'limit': -1, 'missing': True,

0 commit comments

Comments
 (0)