HANTS passed test #37
Annotations
3 warnings and 1 notice
Documentation:
../../../.julia/packages/Documenter/1HwWe/src/utilities/utilities.jl#L46
invalid doctest block in ~/work/VegCurveFit.jl/VegCurveFit.jl/src/Smooth/Whittaker/lambda_init.jl:28-32
Requires `julia> ` or `# output`
```jldoctest
y = rand(100)
coef = [0.9809, 0.7247, -2.6752, -0.3854, -0.0604]; # Terra EVI
lambda_init(y, coef)
```
|
Documentation:
../../../.julia/packages/Documenter/1HwWe/src/utilities/utilities.jl#L46
28 docstrings not included in the manual:
VegCurveFit.smooth_whit :: Tuple{Any, Any, Vararg{Any}}
VegCurveFit.multiply_w_sqrt :: Tuple{AbstractMatrix, AbstractVector}
VegCurveFit.findpeaks :: Union{Tuple{AbstractVector{T}}, Tuple{T}} where T<:Real
VegCurveFit.kurtosis :: Union{Tuple{AbstractVector{T}}, Tuple{T}} where T<:Real
VegCurveFit.filter_peaks :: Tuple{DataFrames.DataFrame}
VegCurveFit.sgmat_B :: Tuple{Matrix{Int64}}
VegCurveFit.get_ylu :: Tuple{AbstractVector{<:Real}, AbstractVector{<:Real}}
VegCurveFit.init_param :: Union{Tuple{Any, Any}, Tuple{Any, Any, Any}}
VegCurveFit.smooth :: Tuple{Any, Any, Vararg{Any}}
VegCurveFit.whit2_cv :: Tuple{Any, Any}
VegCurveFit.doubleLog_AG! :: Union{Tuple{T2}, Tuple{T}, Tuple{AbstractVector{T}, AbstractVector{T}, AbstractVector{T2}}} where {T<:Real, T2<:Real}
VegCurveFit.lambda_init :: Union{Tuple{AbstractVector{T}}, Tuple{T}, Tuple{AbstractVector{T}, AbstractVector{Float64}}} where T<:Real
VegCurveFit.nlminb :: Union{Tuple{T}, Tuple{AbstractVector{T}, Function, Vararg{Any}}} where T<:Real
VegCurveFit.whit2 :: Union{Tuple{T2}, Tuple{T1}, Tuple{AbstractVector{T1}, AbstractVector{T2}}} where {T1<:Real, T2<:Real}
VegCurveFit.wBisquare_Kong2023 :: Union{Tuple{T2}, Tuple{AbstractVector{<:Real}, AbstractVector{<:Real}, AbstractVector{T2}}} where T2<:Real
VegCurveFit.get_extentI :: Tuple{AbstractVector, Any, Any, Any}
VegCurveFit.curvefits :: Union{Tuple{T}, Tuple{AbstractVector{T}, Any, AbstractVector{T}, Vector{Float64}, Integer, Any}} where T<:Real
VegCurveFit.whit2! :: Union{Tuple{FT}, Tuple{AbstractVector{<:Real}, AbstractVector{<:Real}, Real, interm_whit{FT}}} where FT<:Real
VegCurveFit.lambda_cv :: Union{Tuple{T2}, Tuple{T}, Tuple{AbstractVector{T}, AbstractVector{T2}}} where {T<:Real, T2<:Real}
VegCurveFit.lambda_vcurve :: Union{Tuple{T2}, Tuple{T}, Tuple{AbstractVector{T}, AbstractVector{T2}}} where {T<:Real, T2<:Real}
VegCurveFit.date_ticks :: Tuple{Any, Any}
VegCurveFit.doubleLog_Beck! :: Union{Tuple{T2}, Tuple{T}, Tuple{AbstractVector{T}, AbstractVector{T}, AbstractVector{T2}}} where {T<:Real, T2<:Real}
VegCurveFit.interm_SG
VegCurveFit.goal :: Union{Tuple{T}, Tuple{T, Function, input_struct}} where T<:Vector{Float64}
VegCurveFit.wTSM :: Union{Tuple{T}, Tuple{AbstractVector{T}, AbstractVector{T}, AbstractVector{T}}} where T<:Real
VegCurveFit.wBisquare :: Union{Tuple{T2}, Tuple{T}, Tuple{AbstractVector{T}, AbstractVector{T}, AbstractVector{T2}}} where {T<:AbstractFloat, T2<:AbstractFloat}
VegCurveFit.optim_pheno :: Union{Tuple{Any, input_struct}, Tuple{Any, input_struct, Function}}
VegCurveFit.wSG! :: Union{Tuple{FT}, Tuple{AbstractVector{FT}, AbstractVector{FT}, AbstractVector{FT}}} where FT<:Real
These are docstrings in the checked modules (configured with the modules keyword)
that are not included in canonical @docs or @autodocs blocks.
|
Documentation
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
[julia-buildpkg] Caching of the julia depot was not detected
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache. To ignore, set input `ignore-no-cache: true`
|