fix default values in sensitivity analysis, add nograph tick box in shock decomposition tabs
1 unresolved thread
Merge request reports
Activity
146 165 try 147 166 new_comm = getappdata(0, 'sensitivity'); 148 167 model_settings.sensitivity = new_comm; 149 comm_str = gui_tools.command_string('dynare_sensitivity', new_comm); 168 comm_str = gui_tools.command_string('sensitivity', new_comm); Yes, this line only corresponds to the options selected by the user and it's representation in the GUI's
Current command options
field under theSensitivity
tab.dynare_sensitivity
is called later when thepushbuttonSensitivity_Callback
function is triggered andoptions_gsa
is fed into it (on line 125).Edited by Dóra Kocsis
assigned to @sebastien
mentioned in commit d2742db7
Please register or sign in to reply