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(autotune): add support for ray 2.24 #2831

Merged
merged 1 commit into from
Jun 9, 2024
Merged

feat(autotune): add support for ray 2.24 #2831

merged 1 commit into from
Jun 9, 2024

Conversation

martinkim0
Copy link
Contributor

ray 2.24 apparently removed the local_dir argument from RunConfig, which should now be equivalent to storage_path (we were specifying both arguments as settings.logging_dir before). this commit just removes the local_dir argument on our end from autotune.Experiment.

see https://github.com/scverse/scvi-tools/actions/runs/9435814911/job/25989750995 for an example failure.

@martinkim0 martinkim0 added the on-merge: backport to 1.2.x on-merge: backport to 1.2.x label Jun 9, 2024
Copy link

codecov bot commented Jun 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.22%. Comparing base (d58f419) to head (3b33c48).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2831      +/-   ##
==========================================
- Coverage   85.24%   85.22%   -0.03%     
==========================================
  Files         166      166              
  Lines       14236    14236              
==========================================
- Hits        12136    12133       -3     
- Misses       2100     2103       +3     
Files Coverage Δ
src/scvi/autotune/_experiment.py 89.38% <ø> (ø)

... and 1 file with indirect coverage changes

@martinkim0 martinkim0 merged commit b51ddc0 into main Jun 9, 2024
12 of 15 checks passed
@martinkim0 martinkim0 deleted the ray-update branch June 9, 2024 22:19
meeseeksmachine pushed a commit to meeseeksmachine/scvi-tools that referenced this pull request Jun 9, 2024
martinkim0 added a commit that referenced this pull request Jun 9, 2024
…y 2.24) (#2832)

Backport PR #2831: feat(autotune): add support for ray 2.24

Co-authored-by: Martin Kim <46072231+martinkim0@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
on-merge: backport to 1.2.x on-merge: backport to 1.2.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant