Skip to content

Commit eb1eef8

Browse files
committed
runic
1 parent 5891ac0 commit eb1eef8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/projections.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ const BLASFloats = (Float32, Float64, ComplexF32, ComplexF64)
1212
m = 54
1313
noisefactor = eps(real(T))^(3 / 4)
1414

15-
mat0 = zeros(T, (1,1))
15+
mat0 = zeros(T, (1, 1))
1616
@test ishermitian(mat0)
17-
@test ishermitian(mat0; atol=default_hermitian_tol(mat0))
17+
@test ishermitian(mat0; atol = default_hermitian_tol(mat0))
1818
@test isnothing(check_hermitian(mat0))
1919

2020
for alg in (NativeBlocked(blocksize = 16), NativeBlocked(blocksize = 32), NativeBlocked(blocksize = 64))

0 commit comments

Comments
 (0)