Skip to content

Commit

Permalink
Merge branch 'frequency-awareness'
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Mar 7, 2017
2 parents 0511c20 + d436fdf commit 6d2d4dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public void testExamplePositiveOnly() throws Exception {
}

@Test
public void testFrequencyWare() throws Exception {
public void testFrequencyAware() throws Exception {
loadSimplePhenoWithFrequency();
//LOG.info("INDS="+kb.getIndividualIdsInSignature());
ProfileMatcher profileMatcher = createProfileMatcher(kb);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public void testCompareProfileFile() throws Exception {
Set<String> tcids = kb.getClassIds(kb.getDirectTypesBM(j));
ProfileQuery tp = profileMatcher.createProfileQueryFromClasses(tcids, null);

String fn = i.replaceAll(".*/", "");
String fn = i.replaceAll(".*/", "");
//eval.writeJsonTo("target/pdgm-test-results-"+fn+".json");
Match pairMatch = profileMatcher.compareProfilePair(qp, tp);

Expand Down

0 comments on commit 6d2d4dd

Please sign in to comment.