Skip to content

Commit ee616a0

Browse files
author
andre_ramos
committed
fix blue format
1 parent afbbd90 commit ee616a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/models/structural_model.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1469,7 +1469,9 @@ function simulate_states(
14691469
end
14701470

14711471
if !punctual
1472-
stochastic_residuals_set = rand(model.output.ε[findall(i -> !isnan(i), model.output.ε)], steps_ahead)
1472+
stochastic_residuals_set = rand(
1473+
model.output.ε[findall(i -> !isnan(i), model.output.ε)], steps_ahead
1474+
)
14731475
end
14741476

14751477
for t in (T + 1):(T + steps_ahead)

0 commit comments

Comments
 (0)