-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Test gaussian
alias
#287
Test gaussian
alias
#287
Conversation
Currently the `gaussian` function shows up as not covered by testing. This provides some test coverage of it.
Include a CuPy test of `gaussian` as well.
Closing/reopening to restart CI (with latest changes from |
rerun tests |
I see what's happening - "gaussian" was included in the |
Yeah I had missed this as well. Think this is now included. Though please let me know if you spot anything else missing |
...I'm going to go for a coffee and leave this alone for 5-10 minutes. I think I'm getting in the way of you working on it at the same time 😆 |
I guess it proves the point that there should have been a test included with the original PR, the oversight would have been very easy to catch then. But second best is doing it now, glad you're on top of it 😄 |
rerun tests |
All the CI checks are passing, looks good! |
Thanks Genevieve! 🙏 |
Test the
gaussian
alias to ensure it is counted in test coverage.