Skip to content

Commit

Permalink
fix func tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thorek1 committed Mar 31, 2024
1 parent 95d7eb6 commit 2e7b473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functionality_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,8 @@ function functionality_test(m; algorithm = :first_order, plots = true, verbose =
end

conditions = spzeros(size(new_sub_irfs_all,1),2)
conditions[1,1] = .01
conditions[2,2] = .02
conditions[var_idxs[1],1] = .01
conditions[var_idxs[2],2] = .02

cond_fcst = get_conditional_forecast(m, conditions, algorithm = algorithm, conditions_in_levels = false)

Expand Down

0 comments on commit 2e7b473

Please sign in to comment.