ttests updated - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
(HTM) git clone git://src.adamsgaard.dk/sphere
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 33f4e761c5014b5df6d56f6c9650bad6bc5ce014
(DIR) parent 702447167c8be6ecf2bbdde2931752724a1993a4
(HTM) Author: Anders Damsgaard <adc@geo.au.dk>
Date: Tue, 27 Nov 2012 14:27:01 +0100
ttests updated
Diffstat:
M python/tests.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/python/tests.py b/python/tests.py
t@@ -13,7 +13,7 @@ def compare(first, second, string):
print("### Input/output tests ###")
# Generate data in python
-orig = Spherebin(np = 100, nw = 0, sid = "test")
+orig = Spherebin(np = 100, nw = 1, sid = "test")
orig.generateRadii(histogram = False)
orig.defaultParams()
orig.initRandomGridPos(g = numpy.zeros(orig.nd))