Skip to content

Commit 11fed11

Browse files
author
andre_ramos
committed
fix seed on test forecast_dynamic_exog_coefs
1 parent c4f88fd commit 11fed11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/models/structural_model.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,7 @@ end
484484
end
485485

486486
@testset "Function: forecast_dynamic_exog_coefs" begin
487+
Random.seed!(1234)
487488
model = StateSpaceLearning.StructuralModel(
488489
rand(100); seasonal="none", cycle="stochastic", cycle_period=3, outlier=false
489490
)

0 commit comments

Comments
 (0)