From 3a28ef601ad92d4c00652d93ded3d17aa99fe7c7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Argos=29?=
 <stepan@adjemian.eu>
Date: Mon, 24 Mar 2025 14:47:32 +0100
Subject: [PATCH] Remove call to stoch_simul command.

---
 tests/particle/noisy_ar1.mod | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/particle/noisy_ar1.mod b/tests/particle/noisy_ar1.mod
index 9780f1e935..3422f0ab1f 100644
--- a/tests/particle/noisy_ar1.mod
+++ b/tests/particle/noisy_ar1.mod
@@ -18,8 +18,6 @@ steady;
 
 check;
 
-stoch_simul(irf=0,periods=0,order=2);
-
 estimated_params;
   r,  .975, uniform_pdf,,,0,1;
   stderr y, sqrt(.2), uniform_pdf,,,0,1;
-- 
GitLab