We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5819e8 commit 701515aCopy full SHA for 701515a
src/models/structural_model.jl
@@ -124,7 +124,7 @@ mutable struct StructuralModel <: StateSpaceLearningModel
124
if typeof(cycle_period) <: Vector
125
@assert all(cycle_period .>= 0) "Cycle period must be greater than or equal to 0"
126
end
127
-
+
128
if cycle_period == 0
129
@assert !stochastic_cycle "stochastic_cycle must be false if cycle_period is 0"
130
0 commit comments