-
Notifications
You must be signed in to change notification settings - Fork 37
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
Drop ray support and delete references in docs #263
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## develop #263 +/- ##
===========================================
+ Coverage 84.06% 84.95% +0.89%
===========================================
Files 62 60 -2
Lines 3545 3424 -121
===========================================
- Hits 2980 2909 -71
+ Misses 565 515 -50
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!! Good work on the through clean up, I couldn't find any additional references to ray throughout the code base, and all remaining functionality looks fully intact!
doc/changelog.rst
Outdated
@@ -38,6 +39,9 @@ Detailed Notes | |||
satisfied, the `Experiment` will attempt to wrap the underlying run command in a batch job using | |||
the object referenced at `Model.batch_settings` as the batch settings for the job. If the check | |||
is not satisfied, the `Model` is launched in the traditional manner as a job step. (PR245_) | |||
- The support for Ray was dropped, as its most recent versions caused problems when deployed through SmartSim. | |||
We plan to release a separate add-on library to accomplish the same results. If | |||
you are interested in getting the Ray launch functionality back in your workflow, please get in touch with us! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just following the pattern of the changelog.rst
, should we link this PR here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Totally, I did not have the link until it was published :)
Fix changelog order and links
Removes the Ray Cluster feature from SmartSim. This includes: