diff options
author | Alexander Kabui | 2021-06-16 14:03:28 +0300 |
---|---|---|
committer | Alexander Kabui | 2021-06-16 14:03:28 +0300 |
commit | bc7d84077a3e99f8fd54f2e0050ac4bad8a36b01 (patch) | |
tree | 7a3893e29c31fc2bb4f17007ea2560848215e60b /gn3/computations | |
parent | c0931bda121c1b39e1ae2adc7bfa49c2ca207a4d (diff) | |
download | genenetwork3-bc7d84077a3e99f8fd54f2e0050ac4bad8a36b01.tar.gz |
minor fix
Diffstat (limited to 'gn3/computations')
-rw-r--r-- | gn3/computations/test_biweight.R | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gn3/computations/test_biweight.R b/gn3/computations/test_biweight.R index 149c8b6..2269120 100644 --- a/gn3/computations/test_biweight.R +++ b/gn3/computations/test_biweight.R @@ -7,9 +7,6 @@ test_that("sum of vector", { }) - -test - test_that("biweight results"),{ vec_1 = c(1,2,3,4) vec_2 = c(1,2,3,4) |