We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2611b63 commit 12afd32Copy full SHA for 12afd32
src/azul/plugins/metadata/hca/indexer/aggregate.py
@@ -225,7 +225,7 @@ def _accumulator(self, field) -> Accumulator | None:
225
elif field == 'organism_age_range':
226
return SetAccumulator(max_size=200)
227
elif field == 'organism_age':
228
- return SetOfDictAccumulator(max_size=100,
+ return SetOfDictAccumulator(max_size=200,
229
key=compose_keys(none_safe_tuple_key(none_last=True),
230
none_safe_itemgetter('value', 'unit')))
231
elif field == 'donor_count':
0 commit comments