Add interface to set Schur_vec_tol
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
changed milestone to %5.x
mentioned in commit JohannesPfeifer/dynare@2907cd11
mentioned in merge request dynare!1794 (merged)
3310 3312 o_kalman_algo : KALMAN_ALGO EQUAL INT_NUMBER { driver.option_num("kalman_algo", $3); }; 3311 3313 o_kalman_tol : KALMAN_TOL EQUAL non_negative_number { driver.option_num("kalman_tol", $3); }; 3312 3314 o_diffuse_kalman_tol : DIFFUSE_KALMAN_TOL EQUAL non_negative_number { driver.option_num("diffuse_kalman_tol", $3); }; 3315 o_Schur_vec_tol : SCHUR_VEC_TOL EQUAL non_negative_number { driver.option_num("Schur_vec_tol", $3); }; changed this line in version 2 of the diff
assigned to @sebastien
mentioned in commit JohannesPfeifer/dynare@f2cde3b6
@sebastien I fixed that and converted the option name in Dynare to lowercase as well
mentioned in commit 7f77c4df
Please register or sign in to reply