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
blokhin
changed the title
Unsupported symbols in the input (if elements of classes lists are not joined)
Unsupported symbols in the input (if elements or classes lists are not joined)
May 24, 2022
Should always join:
{'elements': '-'.join(elements), 'classes': ','.join(classes)}
since this does not work for lists:
{'elements': elements, 'classes': classes}
The text was updated successfully, but these errors were encountered: