File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ vern_sol = solve(prob, Vern7())
2121end
2222
2323@testset " Rosenbrock Solution Stripping" begin
24- @test isnothing ( SciMLBase. strip_solution (rosenbrock_sol). f)
24+ @test SciMLBase. strip_solution (rosenbrock_sol). prob isa NamedTuple
2525 @test isnothing (SciMLBase. strip_solution (rosenbrock_sol, strip_alg = true ). alg)
2626 @test isnothing (SciMLBase. strip_solution (rosenbrock_sol). interp. f)
2727 @test isnothing (SciMLBase. strip_solution (rosenbrock_sol). interp. cache. jac_config)
3131end
3232
3333@testset " TRBDF Solution Stripping" begin
34- @test isnothing ( SciMLBase. strip_solution (TRBDF_sol). f)
34+ @test SciMLBase. strip_solution (TRBDF_sol). prob isa NamedTuple
3535 @test isnothing (SciMLBase. strip_solution (TRBDF_sol, strip_alg = true ). alg)
3636 @test isnothing (SciMLBase. strip_solution (TRBDF_sol). interp. f)
3737 @test isnothing (SciMLBase. strip_solution (TRBDF_sol). interp. cache. nlsolver)
You can’t perform that action at this time.
0 commit comments