Skip to content

Commit

Permalink
Update test/basictests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Nov 14, 2024
1 parent 9f069c4 commit 306b4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basictests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ end
("GMRES_prec", KrylovJL_GMRES(; precs, ldiv = false, kwargs...)),
# ("BICGSTAB",KrylovJL_BICGSTAB(kwargs...)),
("MINRES", KrylovJL_MINRES(kwargs...)),
("MINARES", KrylovJL_MINARES(kwards...))
("MINARES", KrylovJL_MINARES(kwargs...))
)
for (name, algorithm) in algorithms
@testset "$name" begin
Expand Down

0 comments on commit 306b4b6

Please sign in to comment.