From ac3f04c2ff2782400dddb3cff3d792b18baf620e Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer Date: Tue, 20 Jul 2021 22:38:21 +0200 Subject: [PATCH] borrcon*.mod: nostrict option is not needed anymore --- tests/occbin/model_borrcon/borrcon.mod | 1 - tests/occbin/model_borrcon/borrcon_0_std_shocks.mod | 1 - 2 files changed, 2 deletions(-) diff --git a/tests/occbin/model_borrcon/borrcon.mod b/tests/occbin/model_borrcon/borrcon.mod index 78661e16f..1fb5ddf79 100644 --- a/tests/occbin/model_borrcon/borrcon.mod +++ b/tests/occbin/model_borrcon/borrcon.mod @@ -1,4 +1,3 @@ -// --+ options: nostrict +-- //Test Occbin with 1 constraint and redundant shocks; also checks whether defaults for error_* are correct var b ${b}$ (long_name='borrowing') diff --git a/tests/occbin/model_borrcon/borrcon_0_std_shocks.mod b/tests/occbin/model_borrcon/borrcon_0_std_shocks.mod index b79a18d6b..a26cab272 100644 --- a/tests/occbin/model_borrcon/borrcon_0_std_shocks.mod +++ b/tests/occbin/model_borrcon/borrcon_0_std_shocks.mod @@ -1,4 +1,3 @@ -// --+ options: nostrict +-- //Test Occbin with 1 constraint and redundant shocks; also checks whether defaults for error_* are correct var b ${b}$ (long_name='borrowing')