We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f02926 commit 0a68e03Copy full SHA for 0a68e03
test/printing.jl
@@ -3,4 +3,5 @@ using TestItems
3
@testitem "Settings" begin
4
@test startswith(string(OperatorRepresentation()), "Operator")
5
@test startswith(string(IterativeLinearSolver(; atol=1e-5)), "Iterative")
6
+ @test startswith(string(IterativeLinearSolver()), "Iterative")
7
end
0 commit comments