diff --git a/tests/pipeline/test_technical.py b/tests/pipeline/test_technical.py index 3535b4e5..b93131bb 100644 --- a/tests/pipeline/test_technical.py +++ b/tests/pipeline/test_technical.py @@ -168,7 +168,7 @@ class TestFastStochasticOscillator(ZiplineTestCase): fso.compute(today, assets, out, closes, lows, highs) # Expected %K - assert_equal(out, np.full((3,), 200)) + assert_equal(out, np.full((3,), 200, dtype=np.float64)) @parameter_space(seed=range(5)) def test_fso_expected_with_talib(self, seed):