Closed mschauer closed 3 years ago
Merging #75 (bb3fea8) into master (b0c2152) will increase coverage by
0.02%
. The diff coverage is95.23%
.
@@ Coverage Diff @@
## master #75 +/- ##
==========================================
+ Coverage 81.22% 81.25% +0.02%
==========================================
Files 18 18
Lines 1097 1120 +23
==========================================
+ Hits 891 910 +19
- Misses 206 210 +4
Impacted Files | Coverage Δ | |
---|---|---|
src/ZigZagBoomerang.jl | 100.00% <ø> (ø) |
|
src/sfactiter.jl | 91.30% <85.71%> (-3.70%) |
:arrow_down: |
src/sfact.jl | 89.81% <100.00%> (+0.39%) |
:arrow_up: |
src/trace.jl | 91.17% <100.00%> (+1.28%) |
:arrow_up: |
src/ss_not_fact.jl | 92.06% <0.00%> (-1.59%) |
:arrow_down: |
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 b0c2152...bb3fea8. Read the comment docs.
I also added a function to compute a subtrace of a trace
I introduced an additional argument
G
. I thinkG
tells which coordinates have to move to compute the gradient andG2
coming fromZ.Gamma
tells which bounds have to be recomputed.