Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
Signed-off-by: Balaji Veeramani <[email protected]>
  • Loading branch information
bveeramani committed May 23, 2024
1 parent edb7ff7 commit 6a99e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ray/data/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ class DataContext:
)
print_on_execution_start: bool = True
s3_try_create_dir: bool = DEFAULT_S3_TRY_CREATE_DIR
wait_for_min_actors_timeout_s: int = DEFAULT_WAIT_FOR_MIN_ACTORS_S
wait_for_min_actors_s: int = DEFAULT_WAIT_FOR_MIN_ACTORS_S

def __post_init__(self):
# The additonal ray remote args that should be added to
Expand Down

0 comments on commit 6a99e75

Please sign in to comment.