Skip to content

Commit

Permalink
Merge branch 'main' of github.com:m-bossart/SimpleNonlinearSolve.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
m-bossart committed Jun 29, 2024
2 parents a0dc59b + c4f5b38 commit 4cfd152
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/gpu/cuda_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ end
end

prob = NonlinearProblem{false}(f, @SVector[1.0f0, 1.0f0])
prob = convert(SimpleNonlinearSolve.ImmutableNonlinearProblem, prob)

@testset "$(nameof(typeof(alg)))" for alg in (
SimpleNewtonRaphson(), SimpleDFSane(), SimpleTrustRegion(),
Expand Down

0 comments on commit 4cfd152

Please sign in to comment.