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

Initial draft for Anderson Darling test constraint. #54

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kklein
Copy link
Collaborator

@kklein kklein commented Aug 23, 2022

@codecov
Copy link

codecov bot commented Aug 23, 2022

Codecov Report

Merging #54 (8ae60ef) into main (deccd34) will decrease coverage by 1.49%.
The diff coverage is 87.27%.

@@            Coverage Diff             @@
##             main      #54      +/-   ##
==========================================
- Coverage   93.90%   92.40%   -1.50%     
==========================================
  Files          15       15              
  Lines        1607     1660      +53     
==========================================
+ Hits         1509     1534      +25     
- Misses         98      126      +28     
Impacted Files Coverage Δ
src/datajudge/requirements.py 93.21% <44.44%> (-1.30%) ⬇️
src/datajudge/constraints/stats.py 93.82% <93.54%> (-0.18%) ⬇️
src/datajudge/db_access.py 89.69% <100.00%> (-4.42%) ⬇️
src/datajudge/constraints/column.py 97.61% <0.00%> (-2.39%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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.

Provide 2-sample Anderson Darling test as constraint
1 participant