Skip to content

Commit

Permalink
Unlink
Browse files Browse the repository at this point in the history
  • Loading branch information
zero323 committed Mar 8, 2020
1 parent 308d0f1 commit 0541f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/pkg/tests/fulltests/test_mllib_classification.R
Original file line number Diff line number Diff line change
Expand Up @@ -518,8 +518,8 @@ test_that("spark.fmClassifier", {
collect(drop(prediction1, c("rawPrediction", "probability"))),
collect(drop(prediction2, c("rawPrediction", "probability")))
)
unlink(modelPath)
}
})


sparkR.session.stop()

0 comments on commit 0541f04

Please sign in to comment.