You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
When running the following in Julia 1.8.2:
I get an UndefVarError with the following stacktrace:
Would someone be able to run my MWE and check that it's not just a local issue?
The text was updated successfully, but these errors were encountered: