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

Decorator bug fixes #29

Merged
merged 1 commit into from
Jul 28, 2024
Merged

Decorator bug fixes #29

merged 1 commit into from
Jul 28, 2024

Conversation

venkatajagannath
Copy link
Contributor

This PR makes the following changes

  1. Fixes bugs in the existing decorator code to ensure all input params are passed into the operator
  2. Enables use of "@task.ray()" instead of ray_task for jobs that dont use other task. There will be a collison if task (the decorator) is used. So, we can rename the ray task to something else if required.
  3. Fixed decorator tests

@venkatajagannath venkatajagannath linked an issue Jul 28, 2024 that may be closed by this pull request
@venkatajagannath venkatajagannath merged commit f286997 into main Jul 28, 2024
15 checks passed
@venkatajagannath venkatajagannath deleted the decorator_fixes branch July 28, 2024 23:56
@venkatajagannath venkatajagannath added bug Something isn't working enhancement New feature or request labels Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@task.ray
1 participant