Skip to content

Commit

Permalink
remove duplicate attributes when calculating missing NA (#11076)
Browse files Browse the repository at this point in the history
  • Loading branch information
onursumer authored Oct 14, 2024
1 parent 8526c72 commit 38a398d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public List<ClinicalDataCountItem> getClinicalDataCounts(StudyViewFilter studyVi

return calculateMissingNaCountsForClinicalDataCountItems(
clinicalDataCountItems,
filteredAttributes,
filteredAttributes.stream().distinct().toList(),
this.getClinicalAttributeDatatypeMap(),
studyViewRepository.getFilteredSamplesCount(studyViewFilterContext),
studyViewRepository.getFilteredPatientCount(studyViewFilterContext)
Expand Down

0 comments on commit 38a398d

Please sign in to comment.