Skip to content

Commit

Permalink
Update a comment in the current ambiguities.
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed Apr 15, 2024
1 parent c88da50 commit 37af2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ using Aqua, Manopt, Test
exclude=[#For now exclude some high-level functions, since in their
# different call schemes some ambiguities appear
# We should carefully check these
Manopt.truncated_conjugate_gradient_descent, # ambiguity corresponds to incorrect call
Manopt.truncated_conjugate_gradient_descent, # ambiguity corresponds a problem with p and the Hessian and both being positional
Manopt.difference_of_convex_proximal_point, # should be fixed
Manopt.particle_swarm, # should be fixed
Manopt.stochastic_gradient_descent, # should be fixed
Expand Down

0 comments on commit 37af2ae

Please sign in to comment.