mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 04:27:27 +08:00
[DataFrames] Updating Error messages to encourage contribution. (#1623)
This commit is contained in:
committed by
Robert Nishihara
parent
4a15c2c65c
commit
e7df293946
@@ -3,7 +3,7 @@ from __future__ import division
|
||||
from __future__ import print_function
|
||||
import threading
|
||||
|
||||
DEFAULT_NPARTITIONS = 10
|
||||
DEFAULT_NPARTITIONS = 4
|
||||
|
||||
|
||||
def set_npartition_default(n):
|
||||
|
||||
+618
-206
File diff suppressed because it is too large
Load Diff
@@ -7,6 +7,8 @@ import numpy as np
|
||||
import pandas as pd
|
||||
import ray.dataframe as rdf
|
||||
|
||||
ray.init()
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def ray_df_equals_pandas(ray_df, pandas_df):
|
||||
|
||||
Reference in New Issue
Block a user