From cf9b840064e15ea07cea03130d1d83682249daaa Mon Sep 17 00:00:00 2001 From: Stan Seibert Date: Wed, 13 Mar 2013 09:09:37 -0400 Subject: Reduce number of photons generated for reemission test to speed up testing on lower performing GPUs. --- test/test_reemission.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test_reemission.py b/test/test_reemission.py index 861d412..754eaed 100644 --- a/test/test_reemission.py +++ b/test/test_reemission.py @@ -19,7 +19,7 @@ class TestReemission(unittest.TestCase): shifting sphere, forcing reemission, and check that the final wavelength distribution matches the wls spectrum. ''' - nphotons = 1e6 + nphotons = 1e5 # set up detector -- a sphere of 'scintillator' surrounded by a # detecting sphere -- cgit