Skip to content

Commit

Permalink
Silence warning on flowCore import
Browse files Browse the repository at this point in the history
  • Loading branch information
gegnew committed Jun 22, 2021
1 parent e0fd4a2 commit 44eeac6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/testthat/test-convertFlowCore.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
context("convertFlowCore")
library("flowCore")
library("flowDensity")
library("mockery")
capture_warnings({
library("flowCore")
library("flowDensity")
})

test_that("rectangle gate is converted to flowCore", {
content = '{"__v":0,"experimentId":"591a3b441d725115208a6fda","model":{"label":[150440.453608247,202688.886597938],"rectangle":{"y2":214399.74226804124,"x2":182870.51546391752,"y1":190978.03092783503,"x1":118010.39175257733},"locked":false},"gid":"592640a5a6a1d6256ec9b08a","xChannel":"FSC-A","type":"RectangleGate","name":"my gate","parentPopulationId":null,"yChannel":"FSC-W","_id":"592640aa298f1480900e10e4","tailoredPerFile":false,"id":"592640aa298f1480900e10e4"}'
Expand Down

0 comments on commit 44eeac6

Please sign in to comment.