MAINT: Flake8

This commit is contained in:
Jonathan Kamens
2015-04-30 14:31:01 -04:00
parent 73459333ef
commit 8f9f65bdc6
-1
View File
@@ -40,7 +40,6 @@ class MungeTests(TestCase):
test = bfill(df.values)
assert_almost_equal(correct, test)
def test_ffill(self):
# test ndim=1
N = 100