Tamas, I ran into something similar and then discovered that I was building with openjdk -- switching to sun's latest resolved the issue. Which jdk are you using?
That said, the error suggests that this test may be a bit sensitive to floating-point rounding issues and worth revisiting further. Drew On Wed, Nov 3, 2010 at 6:08 AM, Tamas Jambor <[email protected]> wrote: > congrats for the new release. > > I am trying to move to the new 0.5-SNAPSHOT, but it seems > that org.apache.mahout:mahout-math fails here > > org.apache.mahout.math.VectorTest > > java.lang.AssertionError: > expected:<{2:0.5345224838248488,1:0.4235990463273581,0:0.2672612419124244}> > but was:<{2:0.5345224838248488,1:0.423599046327358,0:0.2672612419124244}> > > Tamas >
