We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hey,
I tried your package, I thing there is a bug in my_sum,
my_sum(5,5) is returning 15 it should return 10.
The text was updated successfully, but these errors were encountered:
Thanks Dharhas. Can you tell me (1) what the test suite output looks like, and (2) what OS you are using (Windows/Linux/OS X).
Sorry, something went wrong.
I ran the test suite, all the tests passed. I'm on OS X El Capitan. Using conda python 2.7
OK, looks like a bug. Pull request welcome!
No branches or pull requests
hey,
I tried your package, I thing there is a bug in my_sum,
my_sum(5,5) is returning 15 it should return 10.
The text was updated successfully, but these errors were encountered: