Fixed catalyst tests except example tests

This commit is contained in:
Conner Fromknecht
2017-06-19 14:43:10 -07:00
parent 30e0520693
commit 99efa7a9f3
112 changed files with 703 additions and 639 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
from unittest import TestCase
from zipline.utils.math_utils import number_of_decimal_places
from catalyst.utils.math_utils import number_of_decimal_places
class MathUtilsTestCase(TestCase):