From 4fe8a202ae26c24588c85b9e910b349d2507e0e6 Mon Sep 17 00:00:00 2001 From: Apostolos Chalkis Date: Mon, 16 Oct 2023 20:15:08 -0600 Subject: [PATCH] delete commented out code --- R-proj/tests/testthat/test_sampling.R | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/R-proj/tests/testthat/test_sampling.R b/R-proj/tests/testthat/test_sampling.R index ac5981081..d051dc70e 100644 --- a/R-proj/tests/testthat/test_sampling.R +++ b/R-proj/tests/testthat/test_sampling.R @@ -87,15 +87,5 @@ for (i in 1:2) { res = runsample(Z, 'zonotope_4_8', distribution) expect_equal(res, 1) }) - - #if (Sys.info()["sysname"] != "Windows") - #{ - # test_that("Sampling test", { - # P = gen_simplex(10, 'H') - # psrf = logconcave_sample(P,distribution,5000,2000) - # expect_lte(psrf, 1.2) - # }) - #} - - + }