diff options
author | Stan Seibert <stan@mtrr.org> | 2013-03-13 09:09:37 -0400 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2021-05-09 08:42:39 -0700 |
commit | cf9b840064e15ea07cea03130d1d83682249daaa (patch) | |
tree | 17026140daa76f069664676aa4ce27cad2c33843 /test | |
parent | 347430501637c201b0b04dbd39bb0e7d47cb6f3c (diff) | |
download | chroma-cf9b840064e15ea07cea03130d1d83682249daaa.tar.gz chroma-cf9b840064e15ea07cea03130d1d83682249daaa.tar.bz2 chroma-cf9b840064e15ea07cea03130d1d83682249daaa.zip |
Reduce number of photons generated for reemission test to speed up testing on lower performing GPUs.
Diffstat (limited to 'test')
-rw-r--r-- | test/test_reemission.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |