Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
skulumani committed Dec 13, 2017
1 parent 8ea53d2 commit b884844
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion astro/lambert.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

import logging

# TODO Add unit test
def crash_check(r1, v1, r2, v2, mu, r_body):
"""Check if orbit intersects the surface
Expand Down Expand Up @@ -67,7 +68,7 @@ def crash_check(r1, v1, r2, v2, mu, r_body):

return rp


# TODO Add unit test
def lambert_universal(r1, r2, direction, num_rev, tof, mu, r_body):
"""Lambert solver using universal variables
Expand Down Expand Up @@ -229,6 +230,7 @@ def lambert_universal(r1, r2, direction, num_rev, tof, mu, r_body):

return v1, v2, errorl

# TODO Add unit test
def findc2c3(psi):
"""Find C2 and C3 functions from psi
Expand Down

0 comments on commit b884844

Please sign in to comment.