dstl / Stone-Soup

A software project to provide the target tracking community with a framework for the development and testing of tracking algorithms.
https://stonesoup.rtfd.io
MIT License
411 stars 138 forks source link

Fix incorrect arguments in particle predictor #660

Closed sdhiscocks closed 2 years ago

sdhiscocks commented 2 years ago

control_input doesn't match base class, and isn't used.

codecov[bot] commented 2 years ago

Codecov Report

Merging #660 (39e0263) into main (aaa895b) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #660   +/-   ##
=======================================
  Coverage   94.43%   94.43%           
=======================================
  Files         168      168           
  Lines        8429     8429           
  Branches     1630     1630           
=======================================
  Hits         7960     7960           
  Misses        348      348           
  Partials      121      121           
Flag Coverage Δ
integration 67.70% <100.00%> (ø)
unittests 92.07% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
stonesoup/predictor/particle.py 88.00% <100.00%> (ø)

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 aaa895b...39e0263. Read the comment docs.