Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Make closed traces intersecting as well
  • Loading branch information
seadowg committed Dec 2, 2025
commit 472058e1d82a40bf6bbf0591d50a88337183e665
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ class GeometryTest {
)

// Check adding an intersection makes intersects true
if (!intersects && !trace.isClosed()) {
if (!intersects) {
val intersectingTrace = trace.addRandomIntersectingSegment()
assertThat(
"Expected intersects=true:\n$intersectingTrace",
Expand Down