Skip to content

Commit

Permalink
Fix a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
atmorling committed May 20, 2024
1 parent 6b14a15 commit b7eca72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_astronomy.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def test_to_EarthLocation(movebank_relocations):
proj_to="+proj=geocent +ellps=WGS84 +datum=WGS84 +units=m +no_defs",
)

# Check the projected values in the
# Check the projected values in the returned EarthLocation are what we expect
test_val = transform.transform(xx=test_point.x, yy=test_point.y, zz=0)
assert test_val[0] == transformed[0].x.value
assert test_val[1] == transformed[0].y.value
Expand Down

0 comments on commit b7eca72

Please sign in to comment.