nasa / progpy

The NASA Prognostic Python Packages is a Python framework focused on defining and building models and algorit for prognostics (computation of remaining useful life) of engineering systems, and provides a set of models and algorithms for select components developed within this framework, suitable for use in prognostic applications.
https://nasa.github.io/progpy/
Other
55 stars 8 forks source link

fixing bug: array and keys did not match in particle_filter #77

Closed mstraut closed 1 year ago

mstraut commented 1 year ago

arrays and keys did not match, values were being updated incorrectly.

github-actions[bot] commented 1 year ago

Thank you for opening this PR. Each PR into dev requires a code review. For the code review, look at the following:

codecov-commenter commented 1 year ago

Codecov Report

Merging #77 (f7b01e3) into dev (ff234f0) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##              dev      #77      +/-   ##
==========================================
+ Coverage   84.24%   84.25%   +0.01%     
==========================================
  Files          99       99              
  Lines       10157    10164       +7     
==========================================
+ Hits         8557     8564       +7     
  Misses       1600     1600              
Files Changed Coverage Δ
src/progpy/state_estimators/particle_filter.py 92.94% <100.00%> (ø)
tests/test_state_estimators.py 93.66% <100.00%> (+0.12%) :arrow_up: