[Pkg-octave-commit] [SCM] dynare branch, master, updated. 25551fc27cf7c00bd9eec14885f2732b7217e0d6

Sébastien Villemot sebastien.villemot at ens.fr
Wed Jul 1 10:15:06 UTC 2009


The following commit has been merged in the master branch:
commit a37a3a58e94ac93494c3f95c21bc4c5136843027
Author: Sébastien Villemot <sebastien.villemot at ens.fr>
Date:   Fri Jun 26 11:39:51 2009 +0200

    New patch diminishing computation time for the testsuite

diff --git a/debian/changelog b/debian/changelog
index 82b77af..ce2fc2e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,8 @@ dynare (4.0.4-1) UNRELEASED; urgency=low
     + Update Standards-Version to 3.8.2, no additional changes needed.
   * debian/rules:
     + Exercise the testsuite in the build rule.
+  * debian/patches/testsuite-fs2000:
+    + New patch diminishing the computation time of the testsuite.
   * debian/po/sv.po:
     + New Swedish translation contributed by Martin Bagge. (Closes: #533891)
 
diff --git a/debian/patches/series b/debian/patches/series
index b87e9e6..c9db1b2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+testsuite-fs2000
 rows-name-clash
 build-matlab
 manual-fix-for-debian
diff --git a/debian/patches/testsuite-fs2000 b/debian/patches/testsuite-fs2000
new file mode 100644
index 0000000..c949602
--- /dev/null
+++ b/debian/patches/testsuite-fs2000
@@ -0,0 +1,13 @@
+Diminishes the number of Metropolis-Hastings chains in fs2000.mod from 5 to 2.
+This saves computation time when exercising the testsuite. And computing more
+chains does not make the test more stringent.
+--- a/tests/fs2000/fs2000.mod
++++ b/tests/fs2000/fs2000.mod
+@@ -86,4 +86,4 @@
+ 
+ varobs gp_obs gy_obs;
+ 
+-estimation(datafile=fsdat,nobs=192,loglinear,mh_replic=2000,mh_nblocks=5,mh_jscale=0.8);
+\ No newline at end of file
++estimation(datafile=fsdat,nobs=192,loglinear,mh_replic=2000,mh_nblocks=2,mh_jscale=0.8);
+\ No newline at end of file

-- 
dynare



More information about the Pkg-octave-commit mailing list