Skip to content

Commit ba0818e

Browse files
committed
fix test error
1 parent 1474262 commit ba0818e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/recycle.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function getCostFunc_recycle(E::FunOp, T::FunOp, d::Array{Complex{Float64},3})
7373
@recycle(arrays=[L,S,d], funops=[E,t], numbers=[λ_L,λ_S],
7474
(L,S,d,λ_L,λ_S) -> 0.5*norm₂(E*(L + S) - d)^2 + λ_L*normₙ(L) + λ_S*norm₁(T * S))
7575
end
76-
#const cost_recycle = getCostFunc_recycle(E, T, d)
76+
const cost_recycle = getCostFunc_recycle(E, T, d)
7777

7878
function AL_2_recycle(d::Array{Complex{Float64}, 3}, # measurement data
7979
Ω::FunOp, # sampling operator

0 commit comments

Comments
 (0)