-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wer_standardize error #97
Comments
Can you verify the following assertions on assert isinstance(string_wer_data["reference"], list)
assert all(isinstance(e, str) for e in string_wer_data["reference"]) |
i verified those assertions are true |
thanks so much for looking into this, i was wondering if there’s any other info i can provide? |
Can you provide a minimal code sample which reproduces the error? |
the files are on my local machine, is there anything else i should provide? |
Preferably, it should be a minimal code sample, which does not read to read any data from disk. This way, I can reproduce the error on my computer and debug the issue. I would suggest that you try to isolate the particular string which causes the |
apologies, i'm not very familiar with all the terminology for troubleshooting issues. i'll try to do as you suggest |
I used the below code to try and process the data but got a ValueError
emulating nikvaessen's response to another issue:
Originally posted by @nikvaessen in #85 (comment)
ValueError:
The text was updated successfully, but these errors were encountered: