Skip to content

Commit

Permalink
Fix Review Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
haynescd committed Oct 16, 2024
1 parent ca357e4 commit 9c534e8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,6 @@ public void getAgeCountsForMultipleStudies() {
// except NA counts
assertAgeCounts(ageCounts);

// TODO this fails because of a known issue
// (https://github.com/cBioPortal/rfc80-team/issues/39)
// 1 empty string + 1 'NAN' + 1 'N/A' + 1 GENIE_PUB patient without data + 4 ACC_TCGA data without data
assertEquals(8, findClinicaDataCount(ageCounts, "NA"));
}
Expand Down

0 comments on commit 9c534e8

Please sign in to comment.