rlabbe / filterpy

Python Kalman filtering and optimal estimation library. Implements Kalman filter, particle filter, Extended Kalman filter, Unscented Kalman filter, g-h (alpha-beta), least squares, H Infinity, smoothers, and more. Has companion book 'Kalman and Bayesian Filters in Python'.
MIT License
3.31k stars 617 forks source link

Correct docstring about save_current parameter #171

Closed paulolimac closed 5 years ago

paulolimac commented 5 years ago

Edit the docstring about 'save_current'. Change its value on docstring from 'True' to 'False'.

Reference to docstring: save_current docstring

Reference to code: save_current code

Address issue #170.

rlabbe commented 5 years ago

Thanks!