You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to make a RPM package of Julia 0.2.0 for Fedora, and several tests fail. This one seems to be easy, the determinant is not of the expected sign. I've not checked the maths, is it expected that the sign is arbitrary, or is there a real problem?
$ make suitesparse
JULIA test/suitesparse
* suitesparse
exception on 1: ERROR: assertion failed: |:(det(lua)) - :(det(full(A)))| <= 1.4210854715202004e-10
:(det(lua)) = 114.00000000000003
:(det(full(A))) = -114.0
difference = 228.00000000000003 > 1.4210854715202004e-10
in error at error.jl:22
in test_approx_eq at test.jl:68
in test_approx_eq at test.jl:75
in runtests at /home/makerpm/rpmbuild/BUILD/julia-0.2.0/test/testdefs.jl:5
in anonymous at multi.jl:613
in run_work_thunk at multi.jl:575
in remotecall_fetch at multi.jl:647
in remotecall_fetch at multi.jl:662
in anonymous at multi.jl:1382
at suitesparse.jl:16
ERROR: assertion failed: |:(det(lua)) - :(det(full(A)))| <= 1.4210854715202004e-10
:(det(lua)) = 114.00000000000003
:(det(full(A))) = -114.0
difference = 228.00000000000003 > 1.4210854715202004e-10
in error at error.jl:22
in test_approx_eq at test.jl:68
in test_approx_eq at test.jl:75
in runtests at /home/makerpm/rpmbuild/BUILD/julia-0.2.0/test/testdefs.jl:5
in anonymous at multi.jl:613
in run_work_thunk at multi.jl:575
in remotecall_fetch at multi.jl:647
in remotecall_fetch at multi.jl:662
in anonymous at multi.jl:1382
at suitesparse.jl:16
at /home/makerpm/rpmbuild/BUILD/julia-0.2.0/test/runtests.jl:21
make: *** [suitesparse] Erreur 1
The text was updated successfully, but these errors were encountered:
I'm trying to make a RPM package of Julia 0.2.0 for Fedora, and several tests fail. This one seems to be easy, the determinant is not of the expected sign. I've not checked the maths, is it expected that the sign is arbitrary, or is there a real problem?
The text was updated successfully, but these errors were encountered: