-
Notifications
You must be signed in to change notification settings - Fork 140
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
Counting nil. confusing #487
Comments
I thinnk,
Yes, it is confusing and should have better API, return value and documentation. |
@Shekharrajak |
@Sylfrena , I encourage you to first setup the development version and try out few examples present in documentation and play with it. Also try Ruby array count method and find out what should be expected value for daru vector with nil values. I feel @kojix2 , is trying to say that we get different values for |
I see there are 3 methods
I think, it should be able to count the nil values as well like
So here |
@Shekharrajak
However, I have been unable to setup the development version. On running |
@Sylfrena , I hope, you have gone through this step by step. |
@Shekharrajak |
@Sylfrena , can you please open an issue and paste the error log there, so that we can track it (also please mention the commands you run) ? Thanks! |
@Sylfrena , can you please check whether you are able to run examples present in readme file or not ? Basically you just have to run
Let me know if it is working properly. |
@Shekharrajak |
@Sylfrena , it looks like there is some problem. Meanwhile other than running rspec, you can work on fixing any other issue and send us PR. We will check the travis build result for the PR as well. |
The text was updated successfully, but these errors were encountered: