Skip to content

Commit 7e79dbe

Browse files
author
y-p
committed
TST: speed up long test (test_scatter)
1 parent f20c051 commit 7e79dbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/test_graphics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,7 @@ def test_scatter(self):
533533
_skip_if_no_scipy()
534534

535535
df = DataFrame(np.random.randn(100, 4))
536+
df = DataFrame(np.random.randn(100, 2))
536537
import pandas.tools.plotting as plt
537538

538539
def scat(**kwds):

0 commit comments

Comments
 (0)