Skip to content

Commit

Permalink
relax cholmod suitesparse test, since it fails on AArch64 and PPC64
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Mar 14, 2018
1 parent 71ef5a0 commit b571283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/SuiteSparse/test/cholmod.jl
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ end
o = fieldoffset(CHOLMOD.C_Sparse{eltype(C)}, findall(fieldnames(CHOLMOD.C_Sparse{eltype(C)}) .== :stype)[1])
for uplo in (1, -1)
unsafe_store!(Ptr{Int8}(pointer(C)), uplo, Int(o) + 1)
@test convert(Symmetric{Float64,SparseMatrixCSC{Float64,Int}}, C) == Symmetric(A'A)
@test convert(Symmetric{Float64,SparseMatrixCSC{Float64,Int}}, C) Symmetric(A'A)
end
end

Expand Down

0 comments on commit b571283

Please sign in to comment.