Skip to content

Commit d4f8a8c

Browse files
correct OperatorAssumptions call
1 parent d9e913e commit d4f8a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/default_algs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ using LinearSolve, LinearAlgebra, SparseArrays, Test
66
DiagonalFactorization
77

88
@test LinearSolve.defaultalg(nothing, zeros(5),
9-
LinearSolve.OperatorAssumptions{false}()) isa QRFactorization
9+
LinearSolve.OperatorAssumptions(false)) isa QRFactorization
1010

1111
@test LinearSolve.defaultalg(sprand(1000, 1000, 0.01), zeros(1000)) isa KLUFactorization
1212
@test LinearSolve.defaultalg(sprand(11000, 11000, 0.001), zeros(11000)) isa

0 commit comments

Comments
 (0)