Skip to content

Rework high level interfaces #2222

Rework high level interfaces

Rework high level interfaces #2222

Triggered via pull request June 5, 2024 21:49
Status Failure
Total duration 1m 7s
Artifacts

format.yml

on: pull_request
Format Check
59s
Format Check
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
Format Check
Process completed with exit code 1.
Format Check: test/test_aqua.jl#L4
[JuliaFormatter] reported by reviewdog 🐶 Raw Output: test/test_aqua.jl:4:- Aqua.test_all( test/test_aqua.jl:5:- Manopt; test/test_aqua.jl:6:- ambiguities=( test/test_aqua.jl:7:- exclude=[#For now exclude some high-level functions, since in their test/test_aqua.jl:8:- # different call schemes some ambiguities appear test/test_aqua.jl:9:- # We should carefully check these test/test_aqua.jl:10:- #Manopt.truncated_conjugate_gradient_descent, # ambiguity corresponds a problem with p and the Hessian and both being positional test/test_aqua.jl:11:- #Manopt.difference_of_convex_proximal_point, # should be fixed test/test_aqua.jl:12:- #Manopt.particle_swarm, # should be fixed test/test_aqua.jl:13:- #Manopt.stochastic_gradient_descent, # should be fixed test/test_aqua.jl:14:- #Manopt.truncated_conjugate_gradient_descent!, # will be fixed by removing deprecated methods test/test_aqua.jl:15:- ], test/test_aqua.jl:16:- broken=false, test/test_aqua.jl:17:- ), test/test_aqua.jl:18:- ) test/test_aqua.jl:4:+ Aqua.test_all(Manopt; ambiguities=(exclude=[#For now exclude some high-level functions, since in their test/test_aqua.jl:5:+ # different call schemes some ambiguities appear test/test_aqua.jl:6:+ # We should carefully check these test/test_aqua.jl:7:+ #Manopt.truncated_conjugate_gradient_descent, # ambiguity corresponds a problem with p and the Hessian and both being positional test/test_aqua.jl:8:+ #Manopt.difference_of_convex_proximal_point, # should be fixed test/test_aqua.jl:9:+ #Manopt.particle_swarm, # should be fixed test/test_aqua.jl:10:+ #Manopt.stochastic_gradient_descent, # should be fixed test/test_aqua.jl:11:+ #Manopt.truncated_conjugate_gradient_descent!, # will be fixed by removing deprecated methods test/test_aqua.jl:12:+], broken=false))