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

OneWayANOVATest hang forever for all zero data #301

Closed
babaq opened this issue Jun 30, 2023 · 2 comments
Closed

OneWayANOVATest hang forever for all zero data #301

babaq opened this issue Jun 30, 2023 · 2 comments

Comments

@babaq
Copy link

babaq commented Jun 30, 2023

using HypothesisTests
a=[fill(0.0,20) for _ in 1:5]
h=OneWayANOVATest(a...)

REPL shows following and hang here.
Population details:
parameter of interest: Means
value under h_0: "all equal"
point estimate: NaN

I am using Julia v1.9.1 with HypothesisTests v0.11 on x64 Win10.

@ararslan
Copy link
Member

Hm, I can't reproduce with Julia v1.9.1 on macOS ARM. I suspect this is related to a bug that was fixed in the most recent release of SpecialFunctions. What version does ]status -m SpecialFunctions show for you? If it's anything other than v2.3.0, try doing ]update.

@babaq
Copy link
Author

babaq commented Jun 30, 2023

you are right, problem solved after updating SpecialFunctions to v2.3.
Thanks.

@babaq babaq closed this as completed Jun 30, 2023
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

No branches or pull requests

2 participants