[yade] 01/02: Increase number of steps in checkWeight.py.
Anton Gladky
gladk at moszumanska.debian.org
Sun Mar 16 14:57:03 UTC 2014
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to annotated tag debian/1.07.0-2
in repository yade.
commit 1de8256716ee24b6bddb520fe815c3f0924e97db
Author: Anton Gladky <gladky.anton at gmail.com>
Date: Sun Jan 19 19:52:25 2014 +0100
Increase number of steps in checkWeight.py.
---
debian/patches/03_increase_steps_in_test.patch | 15 +++++++++++++++
debian/patches/series | 1 +
2 files changed, 16 insertions(+)
diff --git a/debian/patches/03_increase_steps_in_test.patch b/debian/patches/03_increase_steps_in_test.patch
new file mode 100644
index 0000000..506863d
--- /dev/null
+++ b/debian/patches/03_increase_steps_in_test.patch
@@ -0,0 +1,15 @@
+Description: Increase number of steps in checkWeight.py
+Author: Anton Gladky <gladk at debian.org>
+Last-Update: 2014-01-19
+
+--- yade-1.07.0.orig/scripts/checks-and-tests/checks/checkWeight.py
++++ yade-1.07.0/scripts/checks-and-tests/checks/checkWeight.py
+@@ -43,7 +43,7 @@ O.engines=[
+ ]
+
+
+-O.run(25000)
++O.run(30000)
+ O.wait()
+ curForce = utils.sumForces(ids=floorId,direction=Vector3(0,0,1))*(-1)
+ print ("Precalculated weight %f" % sphMass)
diff --git a/debian/patches/series b/debian/patches/series
index bff62bf..68cf40a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
01_fix_ipython_1.0.patch
02_remove_google_analytics.patch
+03_increase_steps_in_test.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/yade.git
More information about the debian-science-commits
mailing list