From 8374553fcc23b127d0edd9d3f02239bc15d7d9d6 Mon Sep 17 00:00:00 2001 From: Anthony LaTorre Date: Fri, 8 Nov 2013 22:03:49 -0600 Subject: cleanup tests --- test/test_reemission.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/test_reemission.py') 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 -- cgit