Closed fredrikekre closed 1 year ago
Merging #309 (5f221eb) into main (9718ea2) will decrease coverage by
0.13%
. The diff coverage is0.00%
.
@@ Coverage Diff @@
## main #309 +/- ##
==========================================
- Coverage 76.34% 76.21% -0.13%
==========================================
Files 15 15
Lines 1209 1211 +2
==========================================
Hits 923 923
- Misses 286 288 +2
Impacted Files | Coverage Δ | |
---|---|---|
src/common.jl | 88.88% <0.00%> (-3.42%) |
:arrow_down: |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
What is the relation to the isinplace
type parameter for LinearProblem
? That one seems to be unused by this package.
This patch documents that
alias_A
andalias_b
may depend on whether the algorithm is known not to modifyA
orb
. As a minimal first change, this patch updates the default value foralg::AbstractKrylovSubspaceMethod
fromfalse
totrue
.