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
Is your feature request related to a problem? Please describe.
When creating a transformer, the error message for invalid annotations is currently very vague. The following example:
FugueInterfacelessError: ('<function map_phone_to_location at 0x7fd1894c5b00> is not a valid transformer', TypeError("Input types not valid IndexedOrderedDict([('df', [Other])]) for <function map_phone_to_location at 0x7fd1894c5b00>"))
Describe the solution you'd like
Instead, I think this error should say something like:
"Detected type "List[List]". The valid type annotations are: ...."
The text was updated successfully, but these errors were encountered:
FugueInterfacelessError: ('<function clip at 0x7fe34365c710> is not a valid transformer', FugueInterfacelessError("* can't be used on cotransformer output schema"))
Is your feature request related to a problem? Please describe.
When creating a
transformer
, the error message for invalid annotations is currently very vague. The following example:produces an error like:
Describe the solution you'd like
Instead, I think this error should say something like:
"Detected type "List[List]". The valid type annotations are: ...."
The text was updated successfully, but these errors were encountered: