Skip to content

Commit ef2dd69

Browse files
committed
Fix test
1 parent dc88b9b commit ef2dd69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_clyap.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ end
475475
# singular U
476476
n = 5
477477
Ty = Float64
478-
reltol = 1.e-7
478+
reltol = 1.e-6
479479
# real case
480480
#U = triu(rand(Ty,n,n)); U[1,1] = 0; U[n,n] = 0; #U[7,7] = 0
481481
U = [ 0.0 0.446398 0.117541 0.108452 0.713935

0 commit comments

Comments
 (0)