Skip to content

Instantly share code, notes, and snippets.

@spalato
Created June 14, 2014 20:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spalato/aeeb6e184fd0eab9738f to your computer and use it in GitHub Desktop.
Save spalato/aeeb6e184fd0eab9738f to your computer and use it in GitHub Desktop.
$ julia runtests.jl linalg
From worker 3: * linalg2
From worker 5: * linalg4
From worker 2: * linalg1
From worker 4: * linalg3
exception on 2: ERROR: assertion failed: |cond(a,Inf) - 375.7017682707787| <= 0.01
cond(a,Inf) = 377.32193
375.7017682707787 = 375.7017682707787
difference = 1.6201616608619247 > 0.01
in error at error.jl:22
in test_approx_eq at test.jl:109
in anonymous at no file:14
in runtests at C:\cygwin64\home\Samuel\julia\test\testdefs.jl:5
in anonymous at multi.jl:847
in run_work_thunk at multi.jl:613
in anonymous at task.jl:847
while loading linalg1.jl, in expression starting on line 9
exception on 5: ERROR: test failed: norm(x - tx,Inf) <= 4 * condM * max(eps() * norm(tx,Inf),eps(relty) * norm(x,Inf))
in error at error.jl:21
in default_handler at test.jl:19
in do_test at test.jl:39
in anonymous at no file:49
in runtests at C:\cygwin64\home\Samuel\julia\test\testdefs.jl:5
in anonymous at multi.jl:847
in run_work_thunk at multi.jl:613
in anonymous at task.jl:847
while loading linalg4.jl, in expression starting on line 27
exception on 4: ERROR: assertion failed: |det($(Expr(:', :(a[:,1:2] * x - b))) * (a[:,1:2] * x - b)) - convert(elty,4.437969924812031)| <= 0.00476837158203125
det($(Expr(:', :(a[:,1:2] * x - b))) * (a[:,1:2] * x - b)) = 4.328434f0 + 1.394808f0im
convert(elty,4.437969924812031) = 4.43797f0 + 0.0f0im
difference = 1.3991024 > 0.00476837158203125
in error at error.jl:22
in test_approx_eq at test.jl:109
in anonymous at no file:14
in runtests at C:\cygwin64\home\Samuel\julia\test\testdefs.jl:5
in anonymous at multi.jl:847
in run_work_thunk at multi.jl:613
in anonymous at task.jl:847
while loading linalg3.jl, in expression starting on line 4
exception on 3: ERROR: assertion failed: |W * v - F * v| <= 0.02384185791015625
W * v = Complex{Float32}[5.411544f0 + 0.0f0im,5.3362956f0 + 0.0f0im,-1.6706779f0 + 0.0f0im,-1.1320411f0 + 0.0f0im,-2.3926892f0 + 0.0f0im]
F * v = Complex{Float32}[4.9138784f0 - 3.4160316f0im,4.4354544f0 - 5.271185f0im,-1.3091786f0 + 2.1735759f0im,-1.1513414f0 + 0.1880764f0im,-2.2634819f0 + 0.9349077f0im]
difference = 5.3476076 > 0.02384185791015625
in error at error.jl:22
in test_approx_eq at test.jl:109
in anonymous at no file:98
in runtests at C:\cygwin64\home\Samuel\julia\test\testdefs.jl:5
in anonymous at multi.jl:847
in run_work_thunk at multi.jl:613
in anonymous at task.jl:847
while loading linalg2.jl, in expression starting on line 22
ERROR: assertion failed: |cond(a,Inf) - 375.7017682707787| <= 0.01
cond(a,Inf) = 377.32193
375.7017682707787 = 375.7017682707787
difference = 1.6201616608619247 > 0.01
in anonymous at task.jl:1350
while loading linalg1.jl, in expression starting on line 9
while loading C:\cygwin64\home\Samuel\julia\test\runtests.jl, in expression starting on line 46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment