On Wed, Oct 17, 2012 at 3:40 PM, Daniel Ritchie
<
daniel.c...@gmail.com> wrote:
> I'm trying to build breeze using the 'assembly' sbt task. Unfortunately, the
> assembly task won't complete because some test(s) is/are failing for
> breeze-math.
>
> The error output looks like:
>
> [error] Error: Total 281, Failed 0, Errors 0, Passed 281, Skipped 0
> [info] TopKTest:
> [info] - Check that we always get the top elements: doubles
> [info] - Check that we always get the top elements: ints
> [error] Error during tests:
> [error] breeze.linalg.LinearAlgebraTest
>
> then, later on:
>
> -- org.jblas ERROR Couldn't load copied link file:
> java.lang.UnsatisfiedLinkErro
> r: C:\Users\Daniel\AppData\Local\Temp\jblas7429212698524525836jblas.dll:
> Can't f
> ind dependent libraries.
So this should be printed if your system can't support jblas's native
code (I can't suppress it; it's internal to jBlas.) It's a known
problem in 0.1, but it shouldn't cause test failures on 0.2-SNAPSHOT /
the main repository. can you run
> sbt "project breeze-math" test
and can you see if there's a stack trace somewhere buried in there?
>
> (ERROR) (FirstOrderMinimizer.scala:73) Failure! Resetting history:
> breeze.optimi
> ze.LineSearchFailed: Grad norm: 1.9964 Dir Norm:[ 0.0247
The line search error is fine. I should probably call it a warning.