Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] Propagate configs to Ray remote functions #1707

Merged
merged 10 commits into from
Dec 8, 2023

Update RayRunnerConfig to be frozen dataclass

21bec7c
Select commit
Loading
Failed to load commit list.
Merged

[FEAT] Propagate configs to Ray remote functions #1707

Update RayRunnerConfig to be frozen dataclass
21bec7c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 8, 2023 in 0s

84.92% (-0.19%) compared to a53cd51

View this Pull Request on Codecov

84.92% (-0.19%) compared to a53cd51

Details

Codecov Report

Merging #1707 (21bec7c) into main (a53cd51) will decrease coverage by 0.19%.
Report is 3 commits behind head on main.
The diff coverage is 81.94%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1707      +/-   ##
==========================================
- Coverage   85.11%   84.92%   -0.19%     
==========================================
  Files          55       55              
  Lines        5368     5414      +46     
==========================================
+ Hits         4569     4598      +29     
- Misses        799      816      +17     
Files Coverage Δ
daft/runners/pyrunner.py 96.36% <100.00%> (-0.03%) ⬇️
daft/runners/ray_runner.py 88.02% <97.29%> (-0.73%) ⬇️
daft/context.py 77.08% <62.50%> (+0.67%) ⬆️

... and 9 files with indirect coverage changes