Skip to content

Update Project.toml #48

Update Project.toml

Update Project.toml #48

Triggered via push November 6, 2024 22:11
Status Failure
Total duration 3m 54s
Artifacts

CI.yml

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

Annotations

6 errors, 10 warnings, and 1 notice
Documentation: docs/src/index.md#L50
doctest failure in src/index.md:50-60 ```jldoctest demo julia> function evi(c::MultiChannelColor{T,11}) where T<:FixedPoint # Valid for Landsat 8 with 11 spectral bands b = Tuple(c) # extract the bands evi = 2.5f0 * (b[5] - b[4]) / (b[5] + 6*b[4] - 7.5f0*b[2] + eps(T)) return evi > 0 ? RGB(0, evi, 0) : RGB(-evi, 0, -evi) end; julia> evi(c) RGB{Float32}(0.0f0,0.17894554f0,0.0f0) ``` Subexpression: evi(c) Evaluated output: RGB{Float32}(0.0, 0.17894554, 0.0) Expected output: RGB{Float32}(0.0f0,0.17894554f0,0.0f0) diff = Warning: Diff output requires color. RGB{Float32}(0.0f0,0.17894554f0,0.0f0)RGB{Float32}(0.0, 0.17894554, 0.0)
Documentation: docs/src/index.md#L101
doctest failure in src/index.md:101-110 ```jldoctest demo julia> typeof(ctemplate) ColorMixture{Float32, 2, (RGB{N0f8}(0.0,1.0,0.0), RGB{N0f8}(1.0,0.0,0.0))} julia> c = ctemplate(0.2, 0.4) (0.2₁, 0.4₂) julia> Tuple(c) (0.2f0, 0.4f0) ``` Subexpression: typeof(ctemplate) Evaluated output: ColorMixture{Float32, 2, (RGB{N0f8}(0.0, 1.0, 0.0), RGB{N0f8}(1.0, 0.0, 0.0))} Expected output: ColorMixture{Float32, 2, (RGB{N0f8}(0.0,1.0,0.0), RGB{N0f8}(1.0,0.0,0.0))} diff = Warning: Diff output requires color. ColorMixture{Float32, 2, (RGB{N0f8}(0.0,1.0,0.0), RGB{N0f8}(1.0,0.0,0.0))}(RGB{N0f8}(0.0, 1.0, 0.0), RGB{N0f8}(1.0, 0.0, 0.0))}
Documentation: docs/src/index.md#L156
doctest failure in src/index.md:156-162 ```jldoctest demo julia> channels = (fluorophore_rgb["EGFP"], fluorophore_rgb["tdTomato"]) (RGB{N0f8}(0.0,0.925,0.365), RGB{N0f8}(1.0,0.859,0.0)) julia> ctemplate = ColorMixture{N0f16}(channels) (0.0N0f16₁, 0.0N0f16₂) ``` Subexpression: channels = (fluorophore_rgb["EGFP"], fluorophore_rgb["tdTomato"]) Evaluated output: (RGB{N0f8}(0.0, 0.925, 0.365), RGB{N0f8}(1.0, 0.859, 0.0)) Expected output: (RGB{N0f8}(0.0,0.925,0.365), RGB{N0f8}(1.0,0.859,0.0)) diff = Warning: Diff output requires color. (RGB{N0f8}(0.0,0.925,0.365), RGB{N0f8}(1.0,0.859,0.0))(RGB{N0f8}(0.0, 0.925, 0.365), RGB{N0f8}(1.0, 0.859, 0.0))
Documentation: docs/src/index.md#L166
doctest failure in src/index.md:166-169 ```jldoctest demo julia> channels = (fluorophore_rgb"EGFP", fluorophore_rgb"tdTomato") (RGB{N0f8}(0.0,0.925,0.365), RGB{N0f8}(1.0,0.859,0.0)) ``` Subexpression: channels = (fluorophore_rgb"EGFP", fluorophore_rgb"tdTomato") Evaluated output: (RGB{N0f8}(0.0, 0.925, 0.365), RGB{N0f8}(1.0, 0.859, 0.0)) Expected output: (RGB{N0f8}(0.0,0.925,0.365), RGB{N0f8}(1.0,0.859,0.0)) diff = Warning: Diff output requires color. (RGB{N0f8}(0.0,0.925,0.365), RGB{N0f8}(1.0,0.859,0.0))(RGB{N0f8}(0.0, 0.925, 0.365), RGB{N0f8}(1.0, 0.859, 0.0))
Documentation: docs/src/index.md#L179
doctest failure in src/index.md:179-185 ```jldoctest demo julia> c = GreenMagenta{N0f8}(0.2, 0.4) (0.2N0f8₁, 0.4N0f8₂) julia> convert(RGB, c) RGB{N0f8}(0.4,0.2,0.4) ``` Subexpression: convert(RGB, c) Evaluated output: RGB{N0f8}(0.4, 0.2, 0.4) Expected output: RGB{N0f8}(0.4,0.2,0.4) diff = Warning: Diff output requires color. RGB{N0f8}(0.4,0.2,0.4)RGB{N0f8}(0.4, 0.2, 0.4)
Documentation
Process completed with exit code 1.
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/
Documentation
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, julia-actions/setup-julia@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Julia 1.7 - ubuntu-latest - x64 - push
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.7 - ubuntu-latest - x64 - push
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3, codecov/codecov-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Julia 1.6 - ubuntu-latest - x64 - push
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 - push
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3, codecov/codecov-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Julia nightly - ubuntu-latest - x64 - push
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 nightly - ubuntu-latest - x64 - push
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3, codecov/codecov-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Julia 1 - ubuntu-latest - x64 - push
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 - push
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3, codecov/codecov-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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`