Skip to content

Commit

Permalink
fixing error during merge
Browse files Browse the repository at this point in the history
  • Loading branch information
manishamde committed May 12, 2014
1 parent 098e8c5 commit 34549d0
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -394,9 +394,6 @@ object DecisionTree extends Serializable with Logging {
// shift when more than one group is used at deep tree level
val groupShift = numNodes * groupIndex

// shift when more than one group is used at deep tree level
val groupShift = numNodes * groupIndex

/** Find the filters used before reaching the current code. */
def findParentFilters(nodeIndex: Int): List[Filter] = {
if (level == 0) {
Expand Down

0 comments on commit 34549d0

Please sign in to comment.