Skip to content

Commit

Permalink
Attempting to get pathwayPCA green on Bioconductor
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielodom committed Jun 28, 2023
1 parent 06a0434 commit 552e1f3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/testthat/test_SE2Tidy.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ data(airway, package = "airway")
airway_df <- SE2Tidy(airway)

test_that("SE2Tidy transforms data correctly", {

expect_s3_class(airway_df, "data.frame")
expect_equal(dim(airway_df), c(8, 64112))

# expect_equal(dim(airway_df), c(8, 64112))
expect_equal(dim(airway_df), c(8, 63687))

})

0 comments on commit 552e1f3

Please sign in to comment.