File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 julia : 1.1
2424 os : linux
2525 script :
26- - julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
27- Pkg.instantiate()'
26+ - julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
2827 - julia --project=docs/ docs/make.jl
2928 after_success : skip
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ Clipped audio sample
1515
1616(** Warning** there are severe distortions and you might want to turn down your volume before playing)
1717``` @raw html
18- <audio src="assets/clipped.wav" controls preload></audio>
18+ <audio src="https://raw.githubusercontent.com/kul-forbes/StructuredOptimization.jl/master/docs/src/ assets/clipped.wav" controls preload></audio>
1919```
2020
2121De-clipped audio sample
2222
2323``` @raw html
24- <audio src="assets/declipped.wav" controls preload></audio>
24+ <audio src="https://raw.githubusercontent.com/kul-forbes/StructuredOptimization.jl/master/docs/src/ assets/declipped.wav" controls preload></audio>
2525```
Original file line number Diff line number Diff line change 3434 h:: ProximalOperators.ProximableFunction ,
3535 x:: RecursiveArrayTools.ArrayPartition
3636) = ProximalOperators. gradient! (y. x, h, x. x)
37-
38- # fix to https://github.com/JuliaDiffEq/RecursiveArrayTools.jl/issues/68
39- # possibly remove it once issue is resolved
40- Base. copyto! (x:: ArrayPartition , y:: ArrayPartition ) = x .= y
You can’t perform that action at this time.
0 commit comments