File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 44[ ![ codecov.io] ( http://codecov.io/github/JuliaFirstOrder/ProximalAlgorithms.jl/coverage.svg?branch=master )] ( http://codecov.io/github/JuliaFirstOrderProximalAlgorithms.jl?branch=master )
55[ ![ ] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://juliafirstorder.github.io/ProximalAlgorithms.jl/stable )
66[ ![ ] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://juliafirstorder.github.io/ProximalAlgorithms.jl/dev )
7+ [ ![ Aqua QA] ( https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg )] ( https://github.com/JuliaTesting/Aqua.jl )
78
89A Julia package for non-smooth optimization algorithms.
910
Original file line number Diff line number Diff line change 11[deps ]
22AbstractOperators = " d9c5613a-d543-52d8-9afd-8f241a8c3f1c"
3+ Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
34LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
45Printf = " de0858da-6303-5e67-8744-51eddeeeb8d7"
56ProximalCore = " dc4f5ac2-75d1-4f31-931e-60435d74994b"
Original file line number Diff line number Diff line change 11using Test
2+ using Aqua
3+ using ProximalAlgorithms
4+
5+ @testset " Aqua" begin
6+ Aqua. test_all (ProximalAlgorithms; ambiguities= false )
7+ end
28
39include (" definitions/arraypartition.jl" )
410include (" definitions/compose.jl" )
You can’t perform that action at this time.
0 commit comments