Skip to content

Commit

Permalink
adjust count logging
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Jun 25, 2024
1 parent 4f0e94a commit 960e741
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ fun BAutomaton.decodeDFA(

// println("Top 10 trajectories:")
// fullTrajectories.take(10).forEach { println(it.score.toString().take(5) + ": $it") }
println("Took ${startTime.elapsedNow()} to decode ${fullTrajectories.size} trajectories")
println("Took ${startTime.elapsedNow()} to decode ${deduped.size} trajectories")

return deduped
}

0 comments on commit 960e741

Please sign in to comment.