Skip to content
Snippets Groups Projects

fix default values in sensitivity analysis, add nograph tick box in shock decomposition tabs

Merged Dóra Kocsis requested to merge DoraK/matlab-gui:master into master
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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);
  • Are you sure about this change? The Dynare command for sensitivity analysis is indeed called dynare_sensitivity. But maybe I am missing something.

  • Author Contributor

    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 the Sensitivity tab. dynare_sensitivity is called later when the pushbuttonSensitivity_Callback function is triggered and options_gsa is fed into it (on line 125).

    Edited by Dóra Kocsis
  • Please register or sign in to reply
  • mentioned in commit d2742db7

  • Please register or sign in to reply
    Loading