Skip to content

Commit

Permalink
Update test_gcalibrateC.R
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhelsel committed May 12, 2023
1 parent 5d37c39 commit 1289c31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/testthat/test_gcalibrateC.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

testthat::test_that("Check to see if gcalibrateC is getting the same result as GGIR g.calibrate", {

# Skip on linux and solaris operating systems since it seems that decimal
# values are either rounded or stored differently on these opearting systems.
skip_on_os(os = c("linux", "solaris"))

# Load Data
load(system.file("extdata/calibrationXaxis.RData", package = "agcounts"))
load(system.file("extdata/calibrationYaxis.RData", package = "agcounts"))
Expand Down

0 comments on commit 1289c31

Please sign in to comment.