Skip to content

Commit

Permalink
unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasSchmidt97 committed Nov 20, 2017
1 parent ba4c94b commit 83eba57
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ public void testF2() {
int charge = 2;
double e = 0.3;
IsotopicCluster ic = new IsotopicCluster(
Arrays.asList(new Peak(123.0, 550.42, 0), new Peak(124.0, 233.2, 0), new Peak(125.0, 112.02, 0)), 1);
Arrays.asList(new Peak(123.0, 550.42, 0), new Peak(124.0, 233.2, 0), new Peak(125.0, 112.02, 0)), 1,
config);

double score = Score.secondScoringFeature(x, y, e, pepmass, charge, ic, config);

Expand Down

0 comments on commit 83eba57

Please sign in to comment.