Skip to content

create_re: sigmas must be positive #113

create_re: sigmas must be positive

create_re: sigmas must be positive #113

Triggered via pull request February 16, 2024 03:03
@paldaypalday
synchronize #59
be_positive
Status Success
Total duration 12m 18s
Artifacts

Documenter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 warnings and 1 notice
Documentation: ../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L34
failed to run `@example` block in src/simulation_tutorial.md:138-164 ```@example Main fig = Figure() σres = @subset(df, :type == "σ" && :group == "residual") ax = Axis(fig[1,1:2]; xlabel = "residual standard deviation", ylabel = "Density") density!(ax, σres.value) βInt = @subset(df, :type == "β" && :names == "(Intercept)") ax = Axis(fig[1,3]; xlabel = "fixed effect for intercept") density!(ax, βInt.value) βSpeaker = @subset(df, :type == "β" && :names == "spkr: old") ax = Axis(fig[2,1]; xlabel = "fixed effect for spkr: old", ylabel = "Density") density!(ax, βSpeaker.value) βPrecedents = @subset(df, :type == "β" && :names == "prec: break") ax = Axis(fig[2,2]; xlabel = "fixed effect for prec: break") density!(ax, βPrecedents.value) βLoad = @subset(df, :type == "β" && :names == "load: yes") ax = Axis(fig[2,3]; xlabel = "fixed effect for load: yes") density!(ax, βLoad.value) Label(fig[0,:]; text = "Parametric bootstrap replicates by parameter", textsize=25) fig ``` value = ArgumentError: The attribute `textsize` has been renamed to `fontsize` in Makie v0.19. Please change all occurrences of `textsize` to `fontsize` or revert back to an earlier version.
Documentation: ../../../.julia/packages/Documenter/bYYzK/src/Documenter.jl#L800
removing `stable` and linking `stable` to `v0.2.7`.
Documentation: ../../../.julia/packages/Documenter/bYYzK/src/Documenter.jl#L800
removing `v0.2` and linking `v0.2` to `v0.2.7`.
Documentation
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, julia-actions/setup-julia@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Documentation
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/
[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`