Skip to content

Commit

Permalink
Fix failing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikQQY committed Nov 15, 2024
1 parent 2ddbe70 commit 78109fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/BoundaryValueDiffEqFIRK/test/expanded/nlls_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using BoundaryValueDiffEqFIRK, LinearAlgebra

SOLVERS = [firk() for firk in (RadauIIa5, LobattoIIIa4, LobattoIIIb4, LobattoIIIc4)]

SOLVERS_NAMES = ["$solver with $nlsolve"
SOLVERS_NAMES = ["$solver"
for solver in ["RadauIIa5", "LobattoIIIa4", "LobattoIIIb4", "LobattoIIIc4"]]

### Overconstrained BVP ###
Expand Down

0 comments on commit 78109fc

Please sign in to comment.