You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please indicate the following details about the environment in which you found the bug:
RDT version: Master branch
Python version: Any
Operating System: Any
Error Description
The warning messages that are supposed to show up in update_transformers_by_sdtype aren't showing up.
According to issue #540, we should show the following warning if the user uses the 'transformers' parameter: Deprecation Warning: The 'transformer' parameter will no longer be supported in future versions of the RDT. Please use the 'transformer_name' and 'transformer_parameters' parameters instead.
We should also show the following warning if the user uses the 'transformers' parameter AND the new 'transformer_name' parameter: Deprecation Warning: The 'transformer' parameter will no longer be supported in future versions of the RDT. Using the 'transformer_name' parameter instead.
Environment Details
Please indicate the following details about the environment in which you found the bug:
Error Description
The warning messages that are supposed to show up in
update_transformers_by_sdtype
aren't showing up.According to issue #540, we should show the following warning if the user uses the 'transformers' parameter:
Deprecation Warning: The 'transformer' parameter will no longer be supported in future versions of the RDT. Please use the 'transformer_name' and 'transformer_parameters' parameters instead.
We should also show the following warning if the user uses the 'transformers' parameter AND the new 'transformer_name' parameter:
Deprecation Warning: The 'transformer' parameter will no longer be supported in future versions of the RDT. Using the 'transformer_name' parameter instead.
Steps to reproduce
The text was updated successfully, but these errors were encountered: