SciML / DifferenceEquations.jl

Solving difference equations with DifferenceEquations.jl and the SciML ecosystem.
MIT License
32 stars 6 forks source link

Kalman performance tweaks #43

Closed jlperla closed 2 years ago

jlperla commented 2 years ago

This prepares things to have a preallocated cache and implements things inplace where possible.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1854604071


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/kalman.jl 136 137 99.27%
<!-- Total: 136 137 99.27% -->
Totals Coverage Status
Change from base Build 1842991448: 3.07%
Covered Lines: 312
Relevant Lines: 371

💛 - Coveralls
codecov[bot] commented 2 years ago

Codecov Report

Merging #43 (7b662fb) into main (b06d704) will increase coverage by 3.06%. The diff coverage is 99.27%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #43      +/-   ##
==========================================
+ Coverage   81.02%   84.09%   +3.06%     
==========================================
  Files           8        8              
  Lines         311      371      +60     
==========================================
+ Hits          252      312      +60     
  Misses         59       59              
Impacted Files Coverage Δ
src/DifferenceEquations.jl 25.00% <ø> (ø)
src/kalman.jl 99.34% <99.27%> (+0.42%) :arrow_up:

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 b06d704...7b662fb. Read the comment docs.

coveralls commented 2 days ago

Pull Request Test Coverage Report for Build 1854604071

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/kalman.jl 136 137 99.27%
<!-- Total: 136 137 99.27% -->
Totals Coverage Status
Change from base Build 1842991448: 3.1%
Covered Lines: 312
Relevant Lines: 371

💛 - Coveralls