Skip to content

Commit

Permalink
some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszbaran committed Apr 13, 2024
1 parent beb2c50 commit 975f62c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions test/test_aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ 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,
Manopt.difference_of_convex_proximal_point,
Manopt.difference_of_convex_proximal_point,
Manopt.particle_swarm,
Manopt.stochastic_gradient_descent,
Manopt.truncated_conjugate_gradient_descent!,
Manopt.truncated_conjugate_gradient_descent, # ambiguity corresponds to incorrect call
Manopt.difference_of_convex_proximal_point, # should be fixed
Manopt.particle_swarm, # should be fixed
Manopt.stochastic_gradient_descent, # should be fixed
Manopt.truncated_conjugate_gradient_descent!, # will be fixed by removing deprecated methods
Manopt.get_last_stepsize, #Maybe redesign?
],
broken=false,
Expand Down

0 comments on commit 975f62c

Please sign in to comment.