Skip to content

Commit

Permalink
wheesht
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Sep 13, 2016
1 parent 0a73a3e commit a4a9c23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public EnrichmentResult calculateEnrichmentAgainstClass(
double p = hg.upperCumulativeProbability(numShared);

//if (p == 0.0) {
LOG.error(numShared + " "+ enrichedCardinality +" "+sampleCardinality+" POP:"+popSize+" p="+p);
//LOG.error(numShared + " "+ enrichedCardinality +" "+sampleCardinality+" POP:"+popSize+" p="+p);
//}

long t2 = System.currentTimeMillis();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ public void test() throws OWLOntologyCreationException {
EnrichmentResult tr = rs.getResults().get(0);
//LOG.info(tr + " SCORE: "+tr.getScore());
for (EnrichmentResult r : rs.getResults()) {
//LOG.info(r + " SCORE: "+r.getScore());
System.out.println(r + " SCORE: "+r.getScore());
LOG.info(r + " SCORE: "+r.getScore());
//System.out.println(r + " SCORE: "+r.getScore());
}
}
}
Expand Down

0 comments on commit a4a9c23

Please sign in to comment.