Skip to content

Commit 3b17c3d

Browse files
committed
fix a unit test
1 parent bdc7e4a commit 3b17c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/pkg/inst/tests/testthat/test_mllib.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ test_that("spark.lda with libsvm", {
874874
model2 <- read.ml(modelPath)
875875
stats2 <- summary(model2)
876876

877-
expect_false(stats2$isDistributed)
877+
expect_true(stats2$isDistributed)
878878
expect_equal(logLikelihood, stats2$logLikelihood)
879879
expect_equal(logPerplexity, stats2$logPerplexity)
880880
expect_equal(vocabSize, stats2$vocabSize)

0 commit comments

Comments
 (0)