Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed May 25, 2024
1 parent 8471026 commit 52dbf06
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ class WFSATest {
val repairs = pt.sampleStrWithoutReplacement().take(maxResults).toList()
println("Found ${repairs.size} total repairs by enumerating PTree")
val distinct = repairs.toSet().size
// Why so many duplicates? A true bijection should have no duplicates
println("Found $distinct unique repairs by enumerating PTree")
}
}

0 comments on commit 52dbf06

Please sign in to comment.