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

"if len(bps) < 2" line #1

Closed
seva100 opened this issue Dec 17, 2020 · 1 comment
Closed

"if len(bps) < 2" line #1

seva100 opened this issue Dec 17, 2020 · 1 comment

Comments

@seva100
Copy link

seva100 commented Dec 17, 2020

Thank you for providing this code repository.
I am wondering if there is a typo in this line:

if len(bps)<2:

I had to change it to if len(bps.shape) < 2 to make it working.

@otaheri
Copy link
Owner

otaheri commented Dec 18, 2020

Thanks for your interest and reporting the bug. You are right, I will update the code.

@otaheri otaheri closed this as completed Oct 18, 2021
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

2 participants