Skip to content

Commit 7ab2fb7

Browse files
committed
Increased the size of the time series data to test
1 parent 7198361 commit 7ab2fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_inference.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ lb3, ub3 = CausalELM.confidence_interval(
3232
)
3333
summary3 = summarize(dm_continuous, n=100)
3434

35-
x₀, y₀, x₁, y₁ = rand(1:100, 100, 5), rand(100), rand(10, 5), rand(10)
35+
x₀, y₀, x₁, y₁ = rand(1:100, 500, 5), randn(500), randn(100, 5), randn(100)
3636
its = InterruptedTimeSeries(x₀, y₀, x₁, y₁)
3737
estimate_causal_effect!(its)
3838
summary4 = summarize(its, n=100)

0 commit comments

Comments
 (0)