Skip to content

Commit

Permalink
Merge pull request #32 from plimkilde/fix-snap-test-offset
Browse files Browse the repository at this point in the history
Fix test of snap result offsets
  • Loading branch information
plimkilde authored Jan 6, 2025
2 parents 6a232a8 + 60da1e2 commit 875a444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_snapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ def test_snap_points():
assert [actual.feature for actual in snap_results] == [expected.feature for expected in expected_results]
assert [actual.segment for actual in snap_results] == [expected.segment for expected in expected_results]
assert np.allclose([actual.chainage for actual in snap_results], [expected.chainage for expected in expected_results])
assert np.allclose([actual.chainage for actual in snap_results], [expected.chainage for expected in expected_results])
assert np.allclose([actual.offset for actual in snap_results], [expected.offset for expected in expected_results])

0 comments on commit 875a444

Please sign in to comment.