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

Fix how get_config prints transformers #468

Closed
amontanez24 opened this issue Apr 1, 2022 · 0 comments
Closed

Fix how get_config prints transformers #468

amontanez24 opened this issue Apr 1, 2022 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@amontanez24
Copy link
Contributor

Environment Details

Please indicate the following details about the environment in which you found the bug:

  • RDT version: v1.0.0
  • Python version: Any
  • Operating System: Any

Error Description

When the output of the get_config method is printed (as the cell output), the dictionary contains the string representation of the transformer (surrounded by double quotes) instead of the transformer object.

Furthermore, the dictionary with strings is "copy/pasted" into a new dictionary and then passed to the set_config method, it crashes

@amontanez24 amontanez24 added the bug Something isn't working label Apr 1, 2022
@amontanez24 amontanez24 added this to the 1.0.0 milestone Apr 1, 2022
@pvk-developer pvk-developer self-assigned this Apr 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants