Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
unjambonakap authored and pramsey committed Jan 13, 2025
1 parent 52b0bb7 commit 15102e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/algorithm/construct/MaximumInscribedCircleTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ void object::test<5>
()
{
checkCircle("POLYGON ((100 100, 200 200, 100 100, 100 100))",
0.01, 150, 150, 0 );
0.01, 100, 100, 0 );
}


Expand All @@ -197,7 +197,7 @@ void object::test<7>
()
{
checkCircle("POLYGON((1 2, 1 2, 1 2, 1 2, 3 2, 1 2))",
0.01, 2, 2, 0 );
0.01, 1, 2, 0 );
}

// Exception thrown to avoid infinite loop with infinite envelope
Expand Down

0 comments on commit 15102e9

Please sign in to comment.