Skip to content

Commit a4fa817

Browse files
author
andre_ramos
committed
coverage
1 parent 79f428e commit a4fa817

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/models/structural_model.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -532,13 +532,13 @@ end
532532
StateSpaceLearning.get_cycle_decomposition(model, model.output.components, 3)
533533
) == 100
534534

535-
Random.seed!(123)
536535
model = StateSpaceLearning.StructuralModel(
537536
vcat(collect(1:5), collect(5:-1:1));
538-
level="deterministic",
539-
seasonal="none",
537+
level="stochastic",
538+
seasonal="stochastic",
540539
cycle="stochastic",
541540
cycle_period=3,
541+
freq_seasonal=3,
542542
outlier=false,
543543
slope="stochastic",
544544
ζ_threshold=10,

0 commit comments

Comments
 (0)