Skip to content

Commit

Permalink
Back to the old computation ... for testing! Possible broken
Browse files Browse the repository at this point in the history
  • Loading branch information
janvitek committed Mar 24, 2013
1 parent 9e09b20 commit b2a8422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/water/H2ONode.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ static H2Okey read( AutoBuffer ab ) {
int old = this.old_compare(key);
int hack = this.hack_compare(key);
assert Math.abs(old)== Math.abs(hack); // They don't have to agree ... but should not lie about equality
return hack;
return old;
}

private int hack_compare(H2Okey key) {
Expand Down

0 comments on commit b2a8422

Please sign in to comment.