Skip to content

Commit e7026bd

Browse files
authored
Merge pull request #98 from florisvb/kalman-docstrings-and-doublecheck
addressing #68, #69, #71, #95, and #96 for the kalman module
2 parents 1c52991 + 26dd13b commit e7026bd

4 files changed

Lines changed: 254 additions & 671 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""This module implements Kalman filters
22
"""
3-
from ._kalman_smooth import constant_velocity, constant_acceleration, constant_jerk, known_dynamics, savgol_const_accel
3+
from ._kalman_smooth import constant_velocity, constant_acceleration, constant_jerk, known_dynamics
44

5-
__all__ = ['constant_velocity', 'constant_acceleration', 'constant_jerk', 'known_dynamics', 'savgol_const_accel'] # So these get treated as direct members of the module by sphinx
5+
__all__ = ['constant_velocity', 'constant_acceleration', 'constant_jerk', 'known_dynamics'] # So these get treated as direct members of the module by sphinx

0 commit comments

Comments
 (0)