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

Proper handling for BandedMatrices #393

Merged
merged 4 commits into from
Oct 19, 2023
Merged

Conversation

avik-pal
Copy link
Member

This is being developed parallel to SciML/BoundaryValueDiffEq.jl#124. I will mark it as ready once properly tested!

@codecov
Copy link

codecov bot commented Oct 16, 2023

Codecov Report

Merging #393 (7d766d8) into main (0843b53) will increase coverage by 0.10%.
The diff coverage is 5.55%.

@@            Coverage Diff             @@
##             main     #393      +/-   ##
==========================================
+ Coverage   68.81%   68.92%   +0.10%     
==========================================
  Files          24       26       +2     
  Lines        1889     1905      +16     
==========================================
+ Hits         1300     1313      +13     
- Misses        589      592       +3     
Files Coverage Δ
src/common.jl 90.74% <ø> (+1.85%) ⬆️
src/default.jl 66.86% <50.00%> (+1.20%) ⬆️
ext/LinearSolveRecursiveArrayToolsExt.jl 0.00% <0.00%> (ø)
ext/LinearSolveBandedMatricesExt.jl 0.00% <0.00%> (ø)

... and 3 files with indirect coverage changes

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

@avik-pal avik-pal force-pushed the ap/banded branch 2 times, most recently from f2330a6 to 14e2a4f Compare October 16, 2023 18:09
@avik-pal avik-pal changed the title [WIP] Proper handling for BandedMatrices Proper handling for BandedMatrices Oct 18, 2023
@ChrisRackauckas
Copy link
Member

What's going on with v1.8? Should we just version gate ldiv!?

@avik-pal
Copy link
Member Author

Seems like a weird one-off failure? The previous CIs for 1.8 did pass

@avik-pal
Copy link
Member Author

This is good to go on my end!

@ChrisRackauckas ChrisRackauckas merged commit f4f6940 into SciML:main Oct 19, 2023
13 of 19 checks passed
@avik-pal avik-pal deleted the ap/banded branch October 19, 2023 02:48
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