Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
s-m-e committed Feb 1, 2024
1 parent 9353d2f commit 8929622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hapsira/twobody/propagation/cowell.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def propagate_many(self, state, tofs):
)

# TODO: This should probably return a RVStateArray instead,
# see discussion at https://github.com/hapsira/hapsira/pull/1492
# see discussion at https://github.com/poliastro/poliastro/pull/1492
return (
rrs << u.km,
vvs << (u.km / u.s),
Expand Down

0 comments on commit 8929622

Please sign in to comment.