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

Fix default solve algorithm handling #25

Merged
merged 2 commits into from
Nov 24, 2021
Merged

Fix default solve algorithm handling #25

merged 2 commits into from
Nov 24, 2021

Conversation

ChrisRackauckas
Copy link
Member

Fixes #7

@codecov
Copy link

codecov bot commented Nov 24, 2021

Codecov Report

Merging #25 (073a9c8) into main (cdfe484) will increase coverage by 4.22%.
The diff coverage is 94.44%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #25      +/-   ##
==========================================
+ Coverage   73.13%   77.35%   +4.22%     
==========================================
  Files           5        5              
  Lines         201      212      +11     
==========================================
+ Hits          147      164      +17     
+ Misses         54       48       -6     
Impacted Files Coverage Δ
src/common.jl 80.55% <75.00%> (+1.14%) ⬆️
src/default.jl 26.92% <100.00%> (+26.92%) ⬆️
src/factorization.jl 94.59% <100.00%> (+1.49%) ⬆️

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 cdfe484...073a9c8. Read the comment docs.

@ChrisRackauckas ChrisRackauckas merged commit 75faf50 into main Nov 24, 2021
@ChrisRackauckas ChrisRackauckas deleted the default branch November 24, 2021 18:17
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.

Default algorithm
1 participant