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

Add NonlinearLeastSquaresProblem #500

Merged
merged 2 commits into from
Oct 8, 2023
Merged

Add NonlinearLeastSquaresProblem #500

merged 2 commits into from
Oct 8, 2023

Conversation

avik-pal
Copy link
Member

@codecov
Copy link

codecov bot commented Sep 21, 2023

Codecov Report

Merging #500 (5ddf69a) into master (594e9bb) will decrease coverage by 0.52%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master     #500      +/-   ##
==========================================
- Coverage   57.71%   57.19%   -0.52%     
==========================================
  Files          53       53              
  Lines        3904     3925      +21     
==========================================
- Hits         2253     2245       -8     
- Misses       1651     1680      +29     
Files Coverage Δ
src/SciMLBase.jl 78.26% <ø> (ø)
src/problems/basic_problems.jl 80.00% <0.00%> (-10.15%) ⬇️
src/remake.jl 61.44% <0.00%> (-4.79%) ⬇️

... and 4 files with indirect coverage changes

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

@ChrisRackauckas ChrisRackauckas merged commit e446b4d into master Oct 8, 2023
64 of 71 checks passed
@ChrisRackauckas ChrisRackauckas deleted the ap/nls branch October 8, 2023 20:31
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.

New Problem Type: (Nonlinear)LeastSquaresProblem
2 participants