Skip to content

Commit

Permalink
Commented out unneccessary stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
olas committed May 21, 2012
1 parent c43baf4 commit 7b04cdb
Showing 1 changed file with 4 additions and 5 deletions.
Expand Up @@ -121,11 +121,10 @@ protected List<? extends ITestResult> doRunTest(ICDKMolecule cdkmol,
namesVectorForR = namesVectorForR + "\"" + nam + "\"" + ",";
}

String rnames = getRowNames(tempvar);
System.out.println(rnames);
R.eval(rnames);

R.eval(tempvar);
// String rnames = getRowNames(tempvar);
// System.out.println(rnames);
// R.eval(rnames);
// R.eval(tempvar);

//Do predictions in R
String ret="";
Expand Down

0 comments on commit 7b04cdb

Please sign in to comment.