Closed liamtoney closed 4 years ago
ltsva() has the following return statement:
ltsva()
return lts_vel, lts_baz, t, mdccm, stdict, sigma_tau
However, the docstring has a different order. The docstring order should reflect the return order.
Good catch.
ltsva()
has the following return statement:However, the docstring has a different order. The docstring order should reflect the return order.