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

Smoke tests for statistical function output #167

Open
asmeurer opened this issue Feb 2, 2023 · 0 comments
Open

Smoke tests for statistical function output #167

asmeurer opened this issue Feb 2, 2023 · 0 comments

Comments

@asmeurer
Copy link
Member

asmeurer commented Feb 2, 2023

Right now no output is tested at all for mean(), std(), and var(). But it would be nice to have some very basic smoke tests to ensure that at least the basic functionality is working.

Not sure what this should look like. If hypothesis is too hard we could just skip hypothesis and write some specific value tests for some nice valued arrays. Although it should be possible to just limit to values within reasonable ranges (to avoid floating-point issues) and check just the first few digits.

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
@asmeurer and others