Skip to content

Commit e3e23bf

Browse files
committed
unit tests, comparison with polle and ate function
1 parent 086ea40 commit e3e23bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/tinytest/test_cate.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ test_cate_polle <- function() {
191191
test_cate_polle()
192192

193193

194-
test_cate_ate() {
194+
test_cate_ate <- function() {
195195
set.seed(1)
196196
n <- 1000
197197
x <- rnorm(n)

0 commit comments

Comments
 (0)