Skip to content
Triggered via schedule August 13, 2023 00:08
Status Success
Total duration 17m 30s
Artifacts

CI.yml

on: schedule
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
Julia 1 - ubuntu-latest - x64 - 1 threads - schedule
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Julia 1.6 - ubuntu-latest - x64 - 2 threads - schedule
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Julia 1.6 - ubuntu-latest - x64 - 1 threads - schedule
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Julia 1 - ubuntu-latest - x64 - 2 threads - schedule
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, codecov/codecov-action@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: ../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L34
failed to run `@example` block in src/examples/initializing-hmc.md:170-187 ```@example 1 metric = DiagEuclideanMetric(dim) hamiltonian = Hamiltonian(metric, ∇P) ϵ = find_good_stepsize(hamiltonian, init_params) integrator = Leapfrog(ϵ) proposal = NUTS{MultinomialTS,GeneralisedNoUTurn}(integrator) adaptor = StepSizeAdaptor(0.8, integrator) samples_ahmc1, stats_ahmc1 = sample( hamiltonian, proposal, init_params, ndraws + nadapts, adaptor, nadapts; drop_warmup=true, progress=false, ) ``` value = UndefVarError: `NUTS` not defined
Documentation: ../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L34
failed to run `@example` block in src/examples/initializing-hmc.md:194-211 ```@example 1 metric = DenseEuclideanMetric(Matrix(inv_metric)) hamiltonian = Hamiltonian(metric, ∇P) ϵ = find_good_stepsize(hamiltonian, init_params) integrator = Leapfrog(ϵ) proposal = NUTS{MultinomialTS,GeneralisedNoUTurn}(integrator) adaptor = StepSizeAdaptor(0.8, integrator) samples_ahmc2, stats_ahmc2 = sample( hamiltonian, proposal, init_params, ndraws + nadapts, adaptor, nadapts; drop_warmup=true, progress=false, ) ``` value = UndefVarError: `NUTS` not defined
Documentation: ../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L34
failed to run `@example` block in src/examples/initializing-hmc.md:217-235 ```@example 1 nadapts = 75 metric = Pathfinder.RankUpdateEuclideanMetric(inv_metric) hamiltonian = Hamiltonian(metric, ∇P) ϵ = find_good_stepsize(hamiltonian, init_params) integrator = Leapfrog(ϵ) proposal = NUTS{MultinomialTS,GeneralisedNoUTurn}(integrator) adaptor = StepSizeAdaptor(0.8, integrator) samples_ahmc3, stats_ahmc3 = sample( hamiltonian, proposal, init_params, ndraws + nadapts, adaptor, nadapts; drop_warmup=true, progress=false, ) ``` value = UndefVarError: `NUTS` not defined
Documentation: ../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L34
failed to run `@example` block in src/examples/turing.md:104-108 ```@example 1 samples_transformed = reduce(vcat, fun.transform.(samples)') varnames = Pathfinder.flattened_varnames_list(model) chns = MCMCChains.Chains(samples_transformed, varnames) ``` value = UndefVarError: `flattened_varnames_list` not defined
Documentation: ../../../.julia/packages/Documenter/bYYzK/src/Documenter.jl#L800
removing `stable` and linking `stable` to `v0.7.6`.
Documentation: ../../../.julia/packages/Documenter/bYYzK/src/Documenter.jl#L800
removing `v0.7` and linking `v0.7` to `v0.7.6`.
Documentation: ../../../.julia/packages/Documenter/bYYzK/src/Documenter.jl#L800
removing `v0.6` and linking `v0.6` to `v0.6.2`.
Documentation: ../../../.julia/packages/Documenter/bYYzK/src/Documenter.jl#L800
removing `v0.5` and linking `v0.5` to `v0.5.6`.
Documentation: ../../../.julia/packages/Documenter/bYYzK/src/Documenter.jl#L800
removing `v0.4` and linking `v0.4` to `v0.4.12`.
Documentation: ../../../.julia/packages/Documenter/bYYzK/src/Documenter.jl#L800
removing `v0.3` and linking `v0.3` to `v0.3.6`.