Skip to content

Commit

Permalink
fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
hakkelt committed Dec 7, 2019
1 parent 1474262 commit ba0818e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/recycle.jl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function getCostFunc_recycle(E::FunOp, T::FunOp, d::Array{Complex{Float64},3})
@recycle(arrays=[L,S,d], funops=[E,t], numbers=[λ_L,λ_S],
(L,S,d,λ_L,λ_S) -> 0.5*norm₂(E*(L + S) - d)^2 + λ_L*normₙ(L) + λ_S*norm₁(T * S))
end
#const cost_recycle = getCostFunc_recycle(E, T, d)
const cost_recycle = getCostFunc_recycle(E, T, d)

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

2 comments on commit ba0818e

@hakkelt
Copy link
Owner Author

@hakkelt hakkelt commented on ba0818e Dec 8, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/6406

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.0 -m "<description of version>" ba0818e7e006bf433ad6d6f5d3523abb56fb2a8e
git push origin v0.2.0

Please sign in to comment.