diff options
Diffstat (limited to 'test/test_reemission.py')
-rw-r--r-- | test/test_reemission.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_reemission.py b/test/test_reemission.py index a061dd8..29360e7 100644 --- a/test/test_reemission.py +++ b/test/test_reemission.py @@ -1,6 +1,5 @@ from unittest_find import unittest import numpy as np -import scipy.stats #import matplotlib.pyplot as plt from chroma.geometry import Solid, Geometry, Surface, Material @@ -12,6 +11,7 @@ from chroma.event import Photons, SURFACE_DETECT from chroma.tools import enable_debug_on_crash class TestReemission(unittest.TestCase): + @unittest.skip('need to implement scipy stats functions here') def testBulkReemission(self): '''Test bulk reemission @@ -19,6 +19,7 @@ class TestReemission(unittest.TestCase): shifting sphere, forcing reemission, and check that the final wavelength distribution matches the wls spectrum. ''' + import scipy.stats nphotons = 1e5 # set up detector -- a sphere of 'scintillator' surrounded by a |