File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff 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 ", {
205202test_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 (
You can’t perform that action at this time.
0 commit comments