diff options
author | Anthony LaTorre <devnull@localhost> | 2013-11-08 14:49:15 -0600 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2021-05-09 08:42:39 -0700 |
commit | 88ebc2bcc8671667c5c283b3bac5e648ab15ca7b (patch) | |
tree | 9b25e93e202adf566ca0dbe98f7657f12f537067 /test/test_propagation.py | |
parent | 90461d74a4b416598ea50f23364b6e0fa050bc59 (diff) | |
download | chroma-88ebc2bcc8671667c5c283b3bac5e648ab15ca7b.tar.gz chroma-88ebc2bcc8671667c5c283b3bac5e648ab15ca7b.tar.bz2 chroma-88ebc2bcc8671667c5c283b3bac5e648ab15ca7b.zip |
update tests to work for python versions <2.7
Diffstat (limited to 'test/test_propagation.py')
-rw-r--r-- | test/test_propagation.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_propagation.py b/test/test_propagation.py index 114fcfb..0531ec2 100644 --- a/test/test_propagation.py +++ b/test/test_propagation.py @@ -1,4 +1,4 @@ -import unittest +from unittest_find import unittest import numpy as np from chroma.geometry import Solid, Geometry, vacuum |