Skip to content

Commit 33a6ba5

Browse files
committed
More stable tests
1 parent e794d96 commit 33a6ba5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_basics.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ end
104104
for f in MATRIX_FUNCTIONS
105105
@eval begin
106106
fa = $f($a)
107-
@test collect(fa) $f(collect($a)) rtol = (eps(real(eltype($a))))
107+
@test collect(fa) $f(collect($a)) rtol = (eps(real(eltype($a))))
108108
@test fa.a isa Eye
109109
end
110110
end
@@ -125,7 +125,7 @@ end
125125
for f in MATRIX_FUNCTIONS
126126
@eval begin
127127
fa = $f($a)
128-
@test collect(fa) $f(collect($a)) rtol = (eps(real(eltype($a))))
128+
@test collect(fa) $f(collect($a)) rtol = (eps(real(eltype($a))))
129129
@test fa.b isa Eye
130130
end
131131
end

0 commit comments

Comments
 (0)