Skip to content

Commit

Permalink
more macos skips
Browse files Browse the repository at this point in the history
  • Loading branch information
Qile0317 committed Oct 10, 2024
1 parent 64ba8c9 commit c95d2e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-ApotcData.R
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ test_that("circlepackClones works for the default case", {

test_that("circlepackClones packs right for the default case", {
skip_on_cran()
skip_on_os("mac") # diffs in fp precision leads to different packings

test_apotc_data <- circlepackClones(
non_subset_apotc_data,
Expand Down Expand Up @@ -233,6 +234,7 @@ test_that("circlepackClones works for the subset case", {

test_that("circlepackClones packs right for the subset case", {
skip_on_cran()
skip_on_os("mac") # diffs in fp precision leads to different packings

test_apotc_data <- ApotcData(
seurat_obj = combined_pbmc,
Expand Down

0 comments on commit c95d2e8

Please sign in to comment.