From bc6b7833331a8aa12c594f05aae2f2c3e5dbdce5 Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer <jpfeifer@gmx.de> Date: Wed, 5 Feb 2025 10:55:32 +0100 Subject: [PATCH] testsuite: test integration of dsample (cherry picked from commit db6fdd46b0d77372cbf997ac1dd7cc11676b5e01) --- tests/deterministic_simulations/rbc_det.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/deterministic_simulations/rbc_det.mod b/tests/deterministic_simulations/rbc_det.mod index 71fdbd59f9..9f9bcef9aa 100644 --- a/tests/deterministic_simulations/rbc_det.mod +++ b/tests/deterministic_simulations/rbc_det.mod @@ -78,5 +78,6 @@ if ~oo_.deterministic_simulation.status error('Perfect foresight simulation failed') end +dsample 2 50; rplot Consumption; rplot Capital; \ No newline at end of file -- GitLab