Skip to content

Commit

Permalink
Unskip tests since issue was in GEOS 3.8, not in MEOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Diviloper committed Jul 29, 2024
1 parent d6060cc commit c495d26
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/main/tgeompoint_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1949,9 +1949,6 @@ def test_expand(self, temporal, expected):
],
ids=["Instant", "Discrete Sequence", "Sequence", "SequenceSet"],
)
@pytest.mark.skip(
reason="MEOS transform doesn't match https://epsg.io/. Skipped to avoid blocking until further investigated"
)
def test_transform(self, temporal, expected):
srid = 2062
transformed = temporal.transform(srid)
Expand Down

0 comments on commit c495d26

Please sign in to comment.