tdo not run tests with c=0.1 - 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 cf200dbb7ef0d1f288cd907fb60460c3996fd16c
(DIR) parent 9357c48d3785467f339198e783c0094e575e9b28
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Sun, 12 Oct 2014 16:55:19 +0200
do not run tests with c=0.1
Diffstat:
M tests/fluid_particle_interaction.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/tests/fluid_particle_interaction.py b/tests/fluid_particle_interaction.py
t@@ -53,7 +53,7 @@ test(sim.vel[1,0] > 0.0, 'Particle 1 velocity:')
test(sim.vel[2,0] > 0.0, 'Particle 2 velocity:')
-#'''
+'''
print('# Test 3: Test pressure gradient force, c = 0.1')
sim.p_f[:,:,0] = 10.0
sim.p_f[:,:,-1] = 1.0
t@@ -94,6 +94,6 @@ test((sim.v_f[:,:,:,0] > 0.0).all(), 'Fluid velocity:')
test(sim.vel[0,0] > 0.0, 'Particle 0 velocity:')
test(sim.vel[1,0] > 0.0, 'Particle 1 velocity:')
test(sim.vel[2,0] > 0.0, 'Particle 2 velocity:')
-#'''
+'''
sim.cleanup()