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
ERROR: MethodError: no method matching !(::BitVector) Closest candidates are: !(::Function) at /Applications/[Julia-1.7.app/Contents/Resources/julia/share/julia/base/operators.jl:1117](http://julia-1.7.app/Contents/Resources/julia/share/julia/base/operators.jl:1117) !(::VectorizationBase.AbstractSIMD{<:Any, <:Union{Bool, SIMDTypes.Bit}}) at ~/.julia/packages/VectorizationBase/0i42N/src/base_defs.jl:359 !(::Temporal.TS) at ~/.julia/packages/Temporal/DkX3V/src/calc/operations.jl:119
Hi
I see the below error:
ERROR: MethodError: no method matching !(::BitVector) Closest candidates are: !(::Function) at /Applications/[Julia-1.7.app/Contents/Resources/julia/share/julia/base/operators.jl:1117](http://julia-1.7.app/Contents/Resources/julia/share/julia/base/operators.jl:1117) !(::VectorizationBase.AbstractSIMD{<:Any, <:Union{Bool, SIMDTypes.Bit}}) at ~/.julia/packages/VectorizationBase/0i42N/src/base_defs.jl:359 !(::Temporal.TS) at ~/.julia/packages/Temporal/DkX3V/src/calc/operations.jl:119
Fixed it by:
trendy.jl
crit[idx[.!minima(x[crit], threshold=threshold)]] .= false
hope it helps!
thanks
The text was updated successfully, but these errors were encountered: