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
Certain sdtypes are not compatible with certain locales. For example the state_abbr sdtype is supposed to indicate a 2-digit code for a state. But not all countries have states -- for example in Great Britain doesn't have states. In this case, the synthesizer crashes with an AttributeError.
Expected Behavior
I expect a more easy-to-parse error such as:
SynthesizerInputError: The sdtype 'state_abbr' is not compatible with any of the locales. To continue,
try changing the locales or adding 'en_US' as possible option.
Environment Details
Error Description
Certain sdtypes are not compatible with certain locales. For example the
state_abbr
sdtype is supposed to indicate a 2-digit code for a state. But not all countries have states -- for example in Great Britain doesn't have states. In this case, the synthesizer crashes with anAttributeError
.Expected Behavior
I expect a more easy-to-parse error such as:
Steps to reproduce
Output:
Stack Trace:
stack_trace.txt
The text was updated successfully, but these errors were encountered: