Skip to content

Commit afcddf2

Browse files
committed
No diag for orthnull
1 parent 562a1cf commit afcddf2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/mooncake/orthnull.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ for T in (BLASFloats..., GenericFloats...), n in (17, m, 23)
1515
TestSuite.seed_rng!(1234)
1616
if !is_buildkite
1717
TestSuite.test_mooncake_orthnull(T, (m, n); atol = m * n * TestSuite.precision(T), rtol = m * n * TestSuite.precision(T))
18-
if m == n
18+
#=if m == n
1919
AT = Diagonal{T, Vector{T}}
2020
TestSuite.test_mooncake_orthnull(AT, m; atol = m * n * TestSuite.precision(T), rtol = m * n * TestSuite.precision(T))
21-
end
21+
end=#
2222
end
2323
end

0 commit comments

Comments
 (0)