Skip to content
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

TypeError: object of type 'NoneType' has no len() #7

Open
brockpe opened this issue May 11, 2023 · 0 comments
Open

TypeError: object of type 'NoneType' has no len() #7

brockpe opened this issue May 11, 2023 · 0 comments

Comments

@brockpe
Copy link

brockpe commented May 11, 2023

I cloned and then implemented this project. When testing against included test files, I get these errors:

Traceback (most recent call last): File "/Users/peter/Desktop/./transcription-compare/transcribe-compare", line 171, in <module> main() File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/click/core.py", line 829, in __call__ return self.main(*args, **kwargs) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/click/core.py", line 782, in main rv = self.invoke(ctx) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/click/core.py", line 1066, in invoke return ctx.invoke(self.callback, **ctx.params) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/click/core.py", line 610, in invoke return callback(*args, **kwargs) File "/Users/peter/Desktop/./transcription-compare/transcribe-compare", line 130, in main result = MultiResult(output_results, calculator_local) File "/Users/peter/Desktop/transcription-compare/transcription_compare/results/multi_result.py", line 32, in __init__ self.total_rows = len(self.alignment_results[0]) TypeError: object of type 'NoneType' has no len()

Thoughts on how to resolve these errors?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant