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

Add tests for mean.jl #149

Merged
merged 3 commits into from
Dec 17, 2022
Merged

Add tests for mean.jl #149

merged 3 commits into from
Dec 17, 2022

Conversation

sayantikaSSG
Copy link
Collaborator

Add test cases to the mean.jl file according to #103 as stated in the following comment:

Codedev page for mean.jl illustrates which of the mean() functions tests have to be added for.

line 64, mean(x::Symbol,design::StratifiedSample)

line 127, mean(x::Symbol, by::Symbol, design::SimpleRandomSample)

line 142, mean(x::Symbol, by::Symbol, design::StratifiedSample)

test/mean.jl Outdated Show resolved Hide resolved
test/mean.jl Outdated Show resolved Hide resolved
smishr and others added 2 commits December 17, 2022 10:55
Co-authored-by: Ayush Patnaik <[email protected]>
Co-authored-by: Ayush Patnaik <[email protected]>
Copy link
Contributor

@smishr smishr left a comment

Choose a reason for hiding this comment

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

looks good to add

@smishr smishr linked an issue Dec 17, 2022 that may be closed by this pull request
@smishr smishr merged commit b146ad5 into xKDR:main Dec 17, 2022
@smishr
Copy link
Contributor

smishr commented Dec 17, 2022

i am merging the tests and closing #103

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.

Add tests mean.jl
3 participants