Skip to content

Commit 9b68cbf

Browse files
committed
Remove test code
1 parent bead95d commit 9b68cbf

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/testthat/test-classification.R

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,6 @@ test_that("Predict TCell Activation works ", {
143143

144144
SimulateSeuratObj <- SimulateSeuratData()
145145
SimulateSeuratObj <- PredictTcellActivation(SimulateSeuratObj)
146-
print('Is_TCR_Stimulated 2')
147-
print(sum(SimulateSeuratObj$Is_TCR_Stimulated))
148-
#expect_that::expect_equal(sum(SimulateSeuratObj$Is_TCR_Stimulated), 100)
149146

150147
#exhaustive check on component scores, since all are necessary for the default parameterization of the function
151148
for (i in 1:6) {
@@ -205,9 +202,6 @@ test_that("Predict TCell Activation works ", {
205202
test_that("CombineTcellActivationClasses combines classes and writes versioned columns", {
206203
seuratObj <- SimulateSeuratData()
207204
seuratObj <- PredictTcellActivation(seuratObj)
208-
print('Is_TCR_Stimulated 1')
209-
print(sum(seuratObj$Is_TCR_Stimulated))
210-
#expect_that::expect_equal(sum(SimulateSeuratObj$Is_TCR_Stimulated), 100)
211205

212206
#use the example mapping from roxygen docs
213207
classMapping <- list(

0 commit comments

Comments
 (0)