-
- Downloads
local_state_space_iteration_k MEX: fix bug in output
In its output, the MEX was returning values for all endogenous variables, but it was used in a context where only the variables from oo_.dr.restrict_var_list were expected (as is done with local_state_space_iteration_2 MEX). This commit fixes this discrepancy, and also fixes the test that was checking that both MEX are returning the same output. Closes: #1768
Showing
- mex/sources/local_state_space_iterations/local_state_space_iteration_k.cc 20 additions, 8 deletions...l_state_space_iterations/local_state_space_iteration_k.cc
- tests/Makefile.am 4 additions, 0 deletionstests/Makefile.am
- tests/particle/local_state_space_iteration_k_test.mod 25 additions, 38 deletionstests/particle/local_state_space_iteration_k_test.mod
Loading
Please register or sign in to comment