uafgeotools / lts_array

Least trimmed squares array processing for infrasound and seismic data
MIT License
12 stars 6 forks source link

Fix order of ltsva tuple elements in docstring #11

Closed liamtoney closed 4 years ago

liamtoney commented 4 years ago

ltsva() has the following return statement:

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.

jwbishop commented 4 years ago

Good catch.