Skip to content

Commit

Permalink
cleanup old TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
mackenzie-grimes-noaa committed Jan 22, 2024
1 parent 58b8c6c commit 3fe55a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/idsse_common/test/test_vectaster.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def grid_proj() -> GridProj:
# test
def test_geographic_point_to_pixel(grid_proj: GridProj):
point = from_wkt('POINT (-105 40)')
pixel_point = from_wkt('POINT (941.5576426719887 778.2701810387533)') # TODO
pixel_point = from_wkt('POINT (941.5576426719887 778.2701810387533)')
result = geographic_point_to_pixel(point, grid_proj)

assert result == pixel_point
Expand Down

0 comments on commit 3fe55a9

Please sign in to comment.