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

Fix (improve) unstable tests #149

Merged
merged 6 commits into from
Jan 16, 2024
Merged

Fix (improve) unstable tests #149

merged 6 commits into from
Jan 16, 2024

Conversation

FriesischScott
Copy link
Owner

This should fix the unstable tests for empirical distributions and mappings to standard normal space.

Closes #148.

@FriesischScott
Copy link
Owner Author

Something seems very wrong here. It fails the test for samples drawn from a normal. They aren't even transformed. How is the pvalue this low?

@FriesischScott
Copy link
Owner Author

Are hypothesis test just useless? Even if I sample a standard normal, the test will return anything between 0 and 1.

Copy link

codecov bot commented Jan 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (580a502) 98.27% compared to head (fd4b2d1) 98.27%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #149   +/-   ##
=======================================
  Coverage   98.27%   98.27%           
=======================================
  Files          27       27           
  Lines        1045     1045           
=======================================
  Hits         1027     1027           
  Misses         18       18           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@FriesischScott
Copy link
Owner Author

While the hypothesis tests didn't work out, this at least improves the stability of the tests as far as I can tell.

@FriesischScott FriesischScott changed the title Fix unstable tests Fix (improve) unstable tests Jan 16, 2024
@FriesischScott FriesischScott merged commit e2d4772 into master Jan 16, 2024
9 checks passed
@FriesischScott FriesischScott deleted the 148-fix-unstable-tests branch January 16, 2024 16:31
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

Successfully merging this pull request may close these issues.

Unstable tests
1 participant