mpds-api
mpds-api copied to clipboard
Unsupported symbols in the input (if elements or classes lists are not joined)
Should always join:
{'elements': '-'.join(elements), 'classes': ','.join(classes)}
since this does not work for lists:
{'elements': elements, 'classes': classes}