Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed Jun 4, 2020
1 parent e111a08 commit a11a52e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rednose/helpers/ekf_sym.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ def null(H, eps=1e-12):
return np.transpose(null_space)


def gen_code(folder, name, f_sym, dt_sym, x_sym, obs_eqs, dim_x, dim_err, eskf_params=None, msckf_params=None,
maha_test_kinds=[], global_vars=None): # pylint: disable=dangerous-default-value
def gen_code(folder, name, f_sym, dt_sym, x_sym, obs_eqs, dim_x, dim_err, eskf_params=None, msckf_params=None, # pylint: disable=dangerous-default-value
maha_test_kinds=[], global_vars=None):
# optional state transition matrix, H modifier
# and err_function if an error-state kalman filter (ESKF)
# is desired. Best described in "Quaternion kinematics
Expand Down

0 comments on commit a11a52e

Please sign in to comment.