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

remove globals in ray transforms that should insteads be references to the python transform globals #336

Merged
merged 1 commit into from
Jun 26, 2024

Conversation

daw3rd
Copy link
Member

@daw3rd daw3rd commented Jun 25, 2024

Some ray transforms, that are based on a pure python implementation, were redefining constants such as short_name, cli parameters, and config keys. They were copies of the definitions in the python transform file.

Why are these changes needed?

It was redundant, misleading and prone to future errors.

Related issue number (if any).

…o the python transform globals

Signed-off-by: David Wood <dawood@us.ibm.com>
@daw3rd daw3rd merged commit 1072444 into dev Jun 26, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants