From 8a4a94466930205826c638a69a3501b6aecd5006 Mon Sep 17 00:00:00 2001 From: Andy Mastbaum Date: Tue, 1 May 2012 11:46:30 -0400 Subject: more unit test fixes update remaining unit tests to build BVHs with ``loader.create_geometry_from_obj`` instead of the (removed) ``build`` method. --- test/test_reemission.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'test/test_reemission.py') diff --git a/test/test_reemission.py b/test/test_reemission.py index 8fd3569..4ad5fef 100644 --- a/test/test_reemission.py +++ b/test/test_reemission.py @@ -13,10 +13,11 @@ from chroma.tools import enable_debug_on_crash class TestReemission(unittest.TestCase): def testBulkReemission(self): - '''Test bulk reemission by starting a bunch of monoenergetic photons at - the center of a wavelength-shifting sphere, forcing reemission, and - checking that the final wavelength distribution matches the wls - spectrum. + '''Test bulk reemission + + Start a bunch of monoenergetic photons at the center of a wavelength- + shifting sphere, forcing reemission, and check that the final + wavelength distribution matches the wls spectrum. ''' nphotons = 1000 -- cgit