Upgrades flake8 from 1.5 -> 1.6

Also, removes flake8 ignores, since the warnings that were
at odds with eachother now work.
This commit is contained in:
Eddie Hebert
2012-11-19 12:49:09 -05:00
parent 4c3e0d5081
commit 0617e53d69
14 changed files with 56 additions and 54 deletions
+6 -6
View File
@@ -332,18 +332,18 @@ class TestBatchTransform(TestCase):
for test_history in [algo.history_return_price_class,
algo.history_return_price_decorator]:
np.testing.assert_array_equal(
range(2, 8),
test_history[2].values.flatten()
range(2, 8),
test_history[2].values.flatten()
)
np.testing.assert_array_equal(
range(2, 8),
test_history[3].values.flatten()
range(2, 8),
test_history[3].values.flatten()
)
np.testing.assert_array_equal(
range(4, 12),
test_history[4].values.flatten()
range(4, 12),
test_history[4].values.flatten()
)
def test_passing_of_args(self):