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
{{ message }}
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
Describe the bug
The function
utils.string_to_dict
https://github.com/vmware-labs/ml-conversational-analytic-tool/blob/b134e8c9afe38b08a4867d3f60ee3921ab45127d/mcat/utils.py#L39 does not really leave up to its name. It analyses the input string and returns the relevant data structure.When used with https://github.com/vmware-labs/ml-conversational-analytic-tool/blob/b134e8c9afe38b08a4867d3f60ee3921ab45127d/mcat/featureVector.py#L37
it returns a list instead of a dict which leads to KeyError exceptions down the code.
The text was updated successfully, but these errors were encountered: