-
Notifications
You must be signed in to change notification settings - Fork 121
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
feat: Added ddof arg to std #88
Conversation
Okay, I can see what's the problem, I need to check also why it passed the tests |
Wow, nice! I'm impressed you figured it all out independently, well done! I think we need a unit test for this, in which we pass different values of ddof. Fancy trying to add one? Either in test_common.py, or in a new test file |
geeeeez, that was tough, I'm still wondering what that "correction: float =1.0" parameter was.
sure thing! |
😆 I'd accidentally copied over |
that was fast, cool - you definitely understated your skills 😄 🙌 for the test, I think it's just that your branch is out-of-sync with main - can you run
? You can also remove |
maybe, but what you've done is good, I think it's ok to merge as-is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice one @anopsy !
This one is spicy, I'm very curious if I did it right