Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

take_real_or_not no longer necessary #46

Closed
wants to merge 6 commits into from
Closed

take_real_or_not no longer necessary #46

wants to merge 6 commits into from

Conversation

kunzaatko
Copy link
Contributor

  • rm: take_real_or_not not necessary

@codecov-commenter
Copy link

Codecov Report

Merging #46 (5900ddb) into master (4c30146) will decrease coverage by 0.84%.
The diff coverage is 100.00%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
- Coverage   92.13%   91.30%   -0.84%     
==========================================
  Files          14       14              
  Lines         623      621       -2     
==========================================
- Hits          574      567       -7     
- Misses         49       54       +5     
Impacted Files Coverage Δ
src/deconvolution.jl 97.56% <100.00%> (ø)
src/generic_invert.jl 76.74% <100.00%> (-12.15%) ⬇️

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Comment on lines -56 to +69
function deconvolution(measured::AbstractArray{T, N}, psf;
loss=Poisson(),
regularizer=GR(),
λ=T(0.05),
background=zero(T),
mapping=Non_negative(),
iterations=nothing,
conv_dims = ntuple(+, ndims(psf)),
padding=0.00,
opt_options=nothing,
opt=LBFGS(linesearch=BackTracking()),
initial=mean(measured),
debug_f=nothing,
opt_package=Opt_Optim) where {T, N}
function deconvolution(measured::AbstractArray{T,N}, psf;
loss=Poisson(),
regularizer=GR(),
λ=T(0.05),
background=zero(T),
mapping=Non_negative(),
iterations=nothing,
conv_dims=ntuple(+, ndims(psf)),
padding=0.00,
opt_options=nothing,
opt=LBFGS(linesearch=BackTracking()),
initial=mean(measured),
debug_f=nothing,
opt_package=Opt_Optim) where {T,N}
Copy link
Owner

Choose a reason for hiding this comment

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

can you maybe revert this again?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I truly do not know, how is this happening... I must have some kind of hook set up pre-push because I do not have these locally.. Can you think of a reason, why this keeps happening? I will revert those.

Copy link
Owner

Choose a reason for hiding this comment

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

Isn't that your editor?
Maybe your master branch is not synced with upstream anymore

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think this was because I had the wrong repo set as the default one. I created a new PR.

@kunzaatko kunzaatko closed this by deleting the head repository Jul 19, 2023
kunzaatko added a commit to kunzaatko/DeconvOptim.jl that referenced this pull request Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants