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

Exhaustively testing SimpleRandomSample, software eng improvements #94

Merged
merged 27 commits into from
Nov 26, 2022

Conversation

smishr
Copy link
Contributor

@smishr smishr commented Nov 25, 2022

I have been making lots of software engineering improvements and if-else ladder type changes as we move towards 0.2 package release. This PR also attempts to continue and resolve #75 #67 #70 #64.

Specifically, SimpleRandomSample is being exhaustively tested and reformatted, with more type checking and intelligent parsing behaviour.

@smishr smishr added enhancement New feature or request high priority High priority tasks, eg. relating to release labels Nov 25, 2022
@smishr smishr added this to the 0.2.0 release milestone Nov 25, 2022
@smishr smishr requested a review from iuliadmtru November 25, 2022 05:51
@smishr smishr linked an issue Nov 25, 2022 that may be closed by this pull request
@smishr smishr marked this pull request as ready for review November 25, 2022 07:13
@smishr
Copy link
Contributor Author

smishr commented Nov 25, 2022

@ayushpatnaikgit After the latest commits, it passes ]test Survey locally on my Mac

Copy link
Member

@ayushpatnaikgit ayushpatnaikgit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed error messages to begin all of them with small letters.

src/SurveyDesign.jl Outdated Show resolved Hide resolved
src/SurveyDesign.jl Outdated Show resolved Hide resolved
src/SurveyDesign.jl Outdated Show resolved Hide resolved
src/SurveyDesign.jl Outdated Show resolved Hide resolved
src/SurveyDesign.jl Outdated Show resolved Hide resolved
src/SurveyDesign.jl Outdated Show resolved Hide resolved
src/SurveyDesign.jl Outdated Show resolved Hide resolved
src/SurveyDesign.jl Outdated Show resolved Hide resolved
src/svymean.jl Show resolved Hide resolved
smishr and others added 8 commits November 26, 2022 12:48
Co-authored-by: Ayush Patnaik <[email protected]>
Co-authored-by: Ayush Patnaik <[email protected]>
Co-authored-by: Ayush Patnaik <[email protected]>
Co-authored-by: Ayush Patnaik <[email protected]>
Co-authored-by: Ayush Patnaik <[email protected]>
Co-authored-by: Ayush Patnaik <[email protected]>
Co-authored-by: Ayush Patnaik <[email protected]>
Co-authored-by: Ayush Patnaik <[email protected]>
@smishr smishr merged commit b0b10c1 into xKDR:design_update Nov 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request high priority High priority tasks, eg. relating to release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Negative float as sampsize and popsize
3 participants