You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from ._kalman_smoothimportconstant_velocity, constant_acceleration, constant_jerk, known_dynamics, savgol_const_accel
3
+
from ._kalman_smoothimportconstant_velocity, constant_acceleration, constant_jerk, known_dynamics
4
4
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