Skip to content

Commit

Permalink
remove duplicated warning messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Gnann committed Mar 29, 2022
1 parent d047fd9 commit 2ce6583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TOSSH_code/signature_functions/sig_SeasonalVarRecessions.m
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@
% calculate signature

% run recession analysis for individual recessions
error_flag_tmp = error_flag; % temporarily store error flag from data check
error_str_tmp = error_str;
error_flag_tmp = 0; % reset error flag since data check will be performed again
error_str_tmp = '';
[para_mat, recession_month, error_flag, error_str, fig_handles] = ...
sig_RecessionAnalysis(Q, t, ...
'recession_length', recession_length, ...
Expand Down

0 comments on commit 2ce6583

Please sign in to comment.