Skip to content

Commit

Permalink
Increased the size of the time series data to test
Browse files Browse the repository at this point in the history
  • Loading branch information
dscolby committed Nov 6, 2024
1 parent 7198361 commit 7ab2fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_inference.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ lb3, ub3 = CausalELM.confidence_interval(
)
summary3 = summarize(dm_continuous, n=100)

x₀, y₀, x₁, y₁ = rand(1:100, 100, 5), rand(100), rand(10, 5), rand(10)
x₀, y₀, x₁, y₁ = rand(1:100, 500, 5), randn(500), randn(100, 5), randn(100)
its = InterruptedTimeSeries(x₀, y₀, x₁, y₁)
estimate_causal_effect!(its)
summary4 = summarize(its, n=100)
Expand Down

0 comments on commit 7ab2fb7

Please sign in to comment.