Skip to content

Commit

Permalink
mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon committed Sep 4, 2019
1 parent 1d4a69b commit f7d979c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions databricks/koalas/tests/test_frame_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@


class DataFramePlotTest(ReusedSQLTestCase, TestUtils):
sample_ratio_default = 2000
sample_ratio_default = None

@classmethod
def setUpClass(cls):
super(DataFramePlotTest, cls).setUpClass()
set_option('plotting.max_rows', DataFramePlotTest.sample_ratio_default)
set_option('plotting.max_rows', 2000)
set_option('plotting.sample_ratio', None)

@classmethod
Expand Down

0 comments on commit f7d979c

Please sign in to comment.