We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59dbca2 commit 13d2bf6Copy full SHA for 13d2bf6
1 file changed
test/testsuite/eigh.jl
@@ -11,7 +11,7 @@ function test_eigh(T::Type, sz; test_trunc = true, kwargs...)
11
end
12
13
14
-function test_eigh_algs(T::Type, sz, algs; kwargs...)
+function test_eigh_algs(T::Type, sz, algs; test_trunc = true, kwargs...)
15
summary_str = testargs_summary(T, sz)
16
return @testset "eigh algorithms $summary_str" begin
17
test_eigh_full_algs(T, sz, algs; kwargs...)
0 commit comments