Skip to content

Commit

Permalink
Renamed imm.py to IMM.py to be consistent.
Browse files Browse the repository at this point in the history
For example, the EKF is in EKF.py, not ekf.py.
  • Loading branch information
rlabbe committed Feb 6, 2016
1 parent b84ef9d commit 02b68ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion filterpy/kalman/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from .fading_memory import *
from .fixed_lag_smoother import FixedLagSmoother
from .kalman_filter import *
from .imm import *
from .IMM import *
from .unscented_transform import unscented_transform
from .information_filter import *
from .mmae import *
Expand Down

0 comments on commit 02b68ae

Please sign in to comment.