Skip to content

Commit

Permalink
Merge pull request h2oai#34 from fhirschmann/master
Browse files Browse the repository at this point in the history
remove unused imports (that may cause the build to fail). Core code should not depend on test libraries
  • Loading branch information
mmalohlava committed Dec 21, 2014
2 parents c353d6d + 863d4ae commit d268fd7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/hex/singlenoderf/TwoingStatistic.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@

import java.util.Random;

import org.junit.Test;
import org.junit.Assert;

/** Computes the twoing split statistic.
*
* The decrease in (twoing) impurity as the result of a given split is
Expand Down

0 comments on commit d268fd7

Please sign in to comment.