Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
hillalex committed Nov 4, 2024
1 parent ec65d5f commit c90f627
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testthat/test-convert-log-scale.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ test_that("Can convert to and from log scale in R", {
inputs <- data.table::fread(test_path("testdata", "testdata.csv"))
log_inputs <- convert_log2_scale(inputs, "me", lower_limit = 2)
unlog_inputs <- convert_log2_scale_inverse(log_inputs, "me", lower_limit = 2)

expect_equal(inputs, unlog_inputs)
})

Expand Down

0 comments on commit c90f627

Please sign in to comment.