Skip to content

Commit

Permalink
fixed failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anacmontoya committed Jun 30, 2024
1 parent 280b559 commit 67062e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/io/test_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def test_parse_wpc_surface_bulletin():
assert all(df.valid == datetime(2021, 6, 28, 18, 0, 0))


@needs_module('shapely')
def test_negative_lat_highres():
"""Test decoding of high res coordinates with negative latitude."""
from io import BytesIO
Expand All @@ -85,6 +86,7 @@ def test_negative_lat_highres():
assert df.geometry[0] == sgeom.Point([-106.9, -39.6])


@needs_module('shapely')
def test_negative_lat():
"""Test decoding of coordinates with negative latitude."""
from io import BytesIO
Expand Down

0 comments on commit 67062e5

Please sign in to comment.