Skip to content

Commit

Permalink
delete commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
Apostolos Chalkis committed Oct 17, 2023
1 parent 47f0bd7 commit 4fe8a20
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions R-proj/tests/testthat/test_sampling.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
# })
#}



}

0 comments on commit 4fe8a20

Please sign in to comment.