Skip to content

Commit

Permalink
really rm Hitman tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreyf committed Jul 31, 2023
1 parent efed5b6 commit bdbadcc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/testthat/test-screendmt.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ test_that("correct significances", {
expect_true(all(hm2r$FDR <= hm2r.fwer$FWER))
})

test_that("matches hitman2_replication", {
sdmtr <- screendmt(tab=tab.tmp)
hm2r <- Hitman:::hitman2_replication(tab=tab.tmp)
expect_true(all(sdmtr == hm2r))
})
# test_that("matches hitman2_replication", {
# sdmtr <- screendmt(tab=tab.tmp)
# hm2r <- Hitman:::hitman2_replication(tab=tab.tmp)
# expect_true(all(sdmtr == hm2r))
# })


0 comments on commit bdbadcc

Please sign in to comment.