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

jac and jac_residual should not return linear operators #33

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

abelsiqueira
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Jan 28, 2022

Codecov Report

Merging #33 (9c4d0a7) into main (4dc8160) will decrease coverage by 0.61%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #33      +/-   ##
==========================================
- Coverage   94.91%   94.30%   -0.62%     
==========================================
  Files           2        2              
  Lines         177      158      -19     
==========================================
- Hits          168      149      -19     
  Misses          9        9              
Impacted Files Coverage Δ
src/lls_model.jl 93.79% <ø> (-0.72%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4dc8160...9c4d0a7. Read the comment docs.

@lencheck nls.nls_meta.nequ v
increment!(nls, :neval_hess_residual)
n = nls.meta.nvar
return opZeros(T, n, n)
Copy link
Member

Choose a reason for hiding this comment

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

return spzeros(n, n)?

@lencheck nls.meta.nvar x
increment!(nls, :neval_jhess_residual)
n = nls.meta.nvar
return opZeros(T, n, n)
Copy link
Member

Choose a reason for hiding this comment

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

same here?

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.

2 participants