Skip to content

fix insufficient of prediction accuracy due to boundary point (https:… #49

fix insufficient of prediction accuracy due to boundary point (https:…

fix insufficient of prediction accuracy due to boundary point (https:… #49

Triggered via push September 9, 2023 03:19
Status Failure
Total duration 6h 0m 22s
Billable time 6h 29m
Artifacts

ci.yml

on: push
Matrix: Documentation
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 24 warnings
test (1.8.4, 4.2.1)
The operation was canceled.
Documentation (1.8.4, 4.2.1): ../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L34
failed to run `@example` block in src/examples/gp.md:7-34 ```@example gp using Random using Plots using LaTeXStrings using MonotoneDecomposition: sigmoid, gp function plot_functions() n = 100 Random.seed!(1) x = sort(rand(n)) * 2 .- 1 figsize = (400, 400) fig1 = plot(x, x .^ 3, label = L"x^3", ls = :solid, size = figsize, legend = :top) plot!(fig1, x, x .^ 2, label = L"x^2", ls = :dash) plot!(fig1, x, exp.(x) .- 1, label = L"\exp(x)-1", ls = :dot) plot!(fig1, x, sigmoid.(x), label = L"1/(1+\exp(-5x))", ls = :dashdot) plot!(fig1, x, sin.(2π * x), label = L"\sin(2\pi x)", ls = :dashdotdot) # plot(x, gp(x, kernel = "SE_0.1")) fig2 = plot(x, gp(x, kernel = "SE_1"), label = "SE_1", ls = :solid, size = figsize, legend = :topright) plot!(fig2, x, gp(x, kernel = "SE_0.1"), label = "SE_0.1", ls = :dash) plot!(fig2, x, gp(x, kernel = "SE_0.5"), label = "SE_0.5", ls = :dot) fig3 = plot(x, gp(x, kernel = "Mat12_1"), label = "Mat12", ls = :solid, size = figsize, legend = :topleft) plot!(fig3, x, gp(x, kernel = "Mat32_1"), label = "Mat32", ls = :dash) plot!(fig3, x, gp(x, kernel = "Mat52_1"), label = "Mat52", ls = :dot) plot!(fig3, x, gp(x, kernel = "RQ_1_0.5"), label = "RQ", ls = :dashdot) plot!(fig3, x, gp(x, kernel = "Periodic_1_1"), ls = :dashdotdot, label = "Periodic") return plot(fig1, fig2, fig3, layout = (1, 3), size = (3*figsize[1], figsize[2]) ) # savefig("~/PGitHub/overleaf/MonoDecomp/figs/funcs.pdf") # saved for paper end ``` value = ArgumentError: Package LaTeXStrings not found in current path. - Run `import Pkg; Pkg.add("LaTeXStrings")` to install the LaTeXStrings package.
Documentation (1.8.4, 4.2.1): ../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L34
failed to run `@example` block in src/examples/gp.md:12-14 ```@example gp plot_functions() ``` value = UndefVarError: plot_functions not defined
Documentation (1.8.4, 4.2.1)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Documentation (1.8.4, 4.2.1)
no DISPLAY variable so Tk is not available
Documentation (1.8.4, 4.2.1)
no DISPLAY variable so Tk is not available
Documentation (1.8.4, 4.2.1)
no DISPLAY variable so Tk is not available
Documentation (1.8.4, 4.2.1)
no DISPLAY variable so Tk is not available
Documentation (1.8.4, 4.2.1)
no DISPLAY variable so Tk is not available
Documentation (1.8.4, 4.2.1)
no DISPLAY variable so Tk is not available
Documentation (1.8.4, 4.2.1)
Fortran 2018 deleted feature: Shared DO termination label 3 at (1)
Documentation (1.8.4, 4.2.1)
Fortran 2018 deleted feature: Shared DO termination label 5 at (1)
Documentation (1.8.4, 4.2.1)
Fortran 2018 deleted feature: Shared DO termination label 10 at (1)
Documentation (1.8.4, 4.2.1)
Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 60 at (1)
test (1.8.4, 4.2.1)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (1.8.4, 4.2.1)
no DISPLAY variable so Tk is not available
test (1.8.4, 4.2.1)
no DISPLAY variable so Tk is not available
test (1.8.4, 4.2.1)
no DISPLAY variable so Tk is not available
test (1.8.4, 4.2.1)
no DISPLAY variable so Tk is not available
test (1.8.4, 4.2.1)
no DISPLAY variable so Tk is not available
test (1.8.4, 4.2.1)
no DISPLAY variable so Tk is not available
test (1.8.4, 4.2.1)
Fortran 2018 deleted feature: Shared DO termination label 3 at (1)
test (1.8.4, 4.2.1)
Fortran 2018 deleted feature: Shared DO termination label 5 at (1)
test (1.8.4, 4.2.1)
Fortran 2018 deleted feature: Shared DO termination label 10 at (1)
test (1.8.4, 4.2.1)
Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 60 at (1)