Skip to content

Commit

Permalink
Update test/gpu/cuda_tests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Jun 13, 2024
1 parent 2bb415f commit c4f5b38
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 c4f5b38

Please sign in to comment.