diff options
author | Stan Seibert <stan@mtrr.org> | 2011-09-29 19:34:16 -0400 |
---|---|---|
committer | Stan Seibert <stan@mtrr.org> | 2011-09-29 19:34:16 -0400 |
commit | 82d9054a3fc092cf62c4d683e33587fe822d9561 (patch) | |
tree | 1646b79f5d4e2ee2ff88ec049cb8c93c400b64b9 /test | |
parent | 2ee38f2a3dd5ac9a87beb8a47cd6cc325a84f465 (diff) | |
download | chroma-82d9054a3fc092cf62c4d683e33587fe822d9561.tar.gz chroma-82d9054a3fc092cf62c4d683e33587fe822d9561.tar.bz2 chroma-82d9054a3fc092cf62c4d683e33587fe822d9561.zip |
Fix unittest to use new location of vacuum material.
Diffstat (limited to 'test')
-rw-r--r-- | test/test_propagation.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_propagation.py b/test/test_propagation.py index 43ecb9b..d3dc2ed 100644 --- a/test/test_propagation.py +++ b/test/test_propagation.py @@ -1,10 +1,9 @@ import unittest import numpy as np -from chroma.geometry import Solid, Geometry +from chroma.geometry import Solid, Geometry, vacuum from chroma.make import box from chroma.sim import Simulation -from chroma.optics import vacuum from chroma.event import Photons class TestPropagation(unittest.TestCase): |