diff --git a/tests/shock_decomposition/ls2003_plot.mod b/tests/shock_decomposition/ls2003_plot.mod index 7faa00d0c7cf0eacffce430361ff11be6033bda1..69e8774f8e02cb588fe69e895ebc08c620b69145 100644 --- a/tests/shock_decomposition/ls2003_plot.mod +++ b/tests/shock_decomposition/ls2003_plot.mod @@ -129,6 +129,12 @@ close all plot_shock_decomposition(detail_plot, interactive, use_shock_groups = row, type = qoq); plot_shock_decomposition(detail_plot, interactive, realtime = 3, vintage = 29); +close all, + + +// testing realtime decomposition with fast_realtime option +realtime_shock_decomposition(fast_realtime); + collect_latex_files; if system(['pdflatex -halt-on-error -interaction=batchmode ' M_.fname '_TeX_binder.tex']) error('TeX-File did not compile.')