-
- Downloads
Octave 7 compatibility fix: suppress spurious warnings
In this version of Octave, “warning on” really enables all warnings (while this was not the case in Octave 6, suprisingly; I think this used to be different with even older Octave releases). We therefore need to explicitly disable the Octave:array-as-logical warnings, that is triggered by some internal Octave functions. We also need to be careful to call “warning_config” instead of “warning on” when restoring warnings to their default state.
Showing
- matlab/+mom/run.m 2 additions, 6 deletionsmatlab/+mom/run.m
- matlab/+occbin/kalman_update_algo_1.m 3 additions, 3 deletionsmatlab/+occbin/kalman_update_algo_1.m
- matlab/WriteShockDecomp2Excel.m 2 additions, 2 deletionsmatlab/WriteShockDecomp2Excel.m
- matlab/dynare_identification.m 2 additions, 6 deletionsmatlab/dynare_identification.m
- matlab/modules/reporting 1 addition, 1 deletionmatlab/modules/reporting
- matlab/warning_config.m 1 addition, 0 deletionsmatlab/warning_config.m
Loading
Please register or sign in to comment