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

UndefVarError: ShapiroWilkTest not defined #328

Open
jewh opened this issue Jan 29, 2025 · 0 comments
Open

UndefVarError: ShapiroWilkTest not defined #328

jewh opened this issue Jan 29, 2025 · 0 comments

Comments

@jewh
Copy link

jewh commented Jan 29, 2025

When running the following in Julia 1.8.2:

using HypothesisTests

HypothesisTests.ShapiroWilkTest([1 for i in 1:100])

I get an UndefVarError with the following stacktrace:

julia> HypothesisTests.ShapiroWilkTest([1 for i in 1:100])
ERROR: UndefVarError: ShapiroWilkTest not defined
Stacktrace:
 [1] getproperty(x::Module, f::Symbol)
   @ Base .\Base.jl:31
 [2] top-level scope
   @ c:\Users\user\path\to\mwe.jl:3

Would someone be able to run my MWE and check that it's not just a local issue?

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

1 participant