Skip to content

Commit

Permalink
Increase npartitions
Browse files Browse the repository at this point in the history
  • Loading branch information
tgaddair committed Jul 11, 2022
1 parent 481904a commit 4b9341c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/test_preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def test_dask_known_divisions(feature_fn, csv_filename, tmpdir):
data_csv = generate_data(
input_features, output_features, os.path.join(tmpdir, csv_filename), num_examples=num_examples
)
data_df = dd.from_pandas(pd.read_csv(data_csv), npartitions=1)
data_df = dd.from_pandas(pd.read_csv(data_csv), npartitions=10)
assert data_df.known_divisions

config = {
Expand Down

0 comments on commit 4b9341c

Please sign in to comment.