Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
koheiw committed Apr 5, 2024
1 parent 6bbffad commit 2db157d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-textmodel_seededlda.R
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ test_that("works similar way as before v0.9", {
max_iter = 2000)

tb <- table(topics(lda), topics(lda_old))
expect_true(all(diag(tb) / rowSums(tb) > 0.80))
expect_true(all(diag(tb) / rowSums(tb) > 0.70))
})


Expand Down

0 comments on commit 2db157d

Please sign in to comment.