-
Notifications
You must be signed in to change notification settings - Fork 592
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
ocropus-rtrain broken #178
Comments
Just stumbled upon that as well. From what I can tell it seems that the standard sum() methods are called instead of the ones from numpy? |
|
Ah... my mistake. It took the old installed version. I can see this now:
|
That's why it's best not to use *-imports. Really should replace those with |
I will test it tomorrow morning and come back with results |
2222227 seems to fix it for me. Thanks for the quick fix! |
commit 7020a76 broke ocropus-rtrain. Error message is
TypeError:
sum() takes no keyword arguments`commit 952910e works
The text was updated successfully, but these errors were encountered: