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 some issues related to sparse and static arrays #97

Merged
merged 9 commits into from
Aug 9, 2023
Merged

Fix some issues related to sparse and static arrays #97

merged 9 commits into from
Aug 9, 2023

Conversation

gdalle
Copy link
Member

@gdalle gdalle commented Aug 8, 2023

Improves support for sparse, static and component arrays

Fixes the worst bug in #21

Switching vec and similar in the pushforward and pullback seems to improve type consistency.

The light Krylov type piracy will be unnecessary once JuliaSmoothOptimizers/Krylov.jl#767 gets merged

@codecov
Copy link

codecov bot commented Aug 8, 2023

Codecov Report

Patch coverage: 94.44% and project coverage change: -0.52% ⚠️

Comparison is base (3124968) 98.34% compared to head (4e9d02d) 97.82%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #97      +/-   ##
==========================================
- Coverage   98.34%   97.82%   -0.52%     
==========================================
  Files           9       10       +1     
  Lines         181      184       +3     
==========================================
+ Hits          178      180       +2     
- Misses          3        4       +1     
Files Changed Coverage Δ
src/ImplicitDifferentiation.jl 60.00% <50.00%> (-2.50%) ⬇️
ext/ImplicitDifferentiationChainRulesCoreExt.jl 100.00% <100.00%> (ø)
ext/ImplicitDifferentiationComponentArraysExt.jl 100.00% <100.00%> (ø)
ext/ImplicitDifferentiationForwardDiffExt.jl 100.00% <100.00%> (ø)
ext/ImplicitDifferentiationStaticArraysExt.jl 100.00% <100.00%> (ø)
src/linear_solver.jl 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gdalle gdalle mentioned this pull request Aug 9, 2023
@gdalle gdalle merged commit f037113 into main Aug 9, 2023
@gdalle gdalle deleted the sparse branch August 9, 2023 12:47
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.

1 participant