Skip to content

Commit c39e8e3

Browse files
jafraustrojafraustropre-commit-ci[bot]
authored
Modified modin test: modin_quickstarter (#147)
Co-authored-by: jafraustro <jaime.valdez.fraustro@intel.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8740302 commit c39e8e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

preset/classical-ml/tests/modin/modin_quickstart.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
# # Faster Append with Modin's ``concat``
6363

6464

65-
N_copies = 100
65+
N_copies = 20 # duplicate the same taxi dataset
6666
start = time.time()
6767

6868
big_pandas_df = pandas.concat([pandas_df for _ in range(N_copies)])

preset/data-analytics/tests/modin/modin_quickstart.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
# # Faster Append with Modin's ``concat``
6363

6464

65-
N_copies = 100
65+
N_copies = 20
6666
start = time.time()
6767

6868
big_pandas_df = pandas.concat([pandas_df for _ in range(N_copies)])

0 commit comments

Comments
 (0)