Skip to content

Smoke tests for statistical function output #167

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

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
Labels
medium priority Medium priority issue

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.

@asmeurer asmeurer added the medium priority Medium priority issue label Nov 14, 2024
@asmeurer asmeurer mentioned this issue Nov 14, 2024
37 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium priority Medium priority issue
Projects
None yet
Development

No branches or pull requests

2 participants
@asmeurer and others