CompatHelper: bump compat for IntervalSets to 0.7, (keep existing compat) #50
CI.yml
on: pull_request
Documentation
2m 31s
Matrix: test
Annotations
6 errors, 4 warnings, and 1 notice
Julia 1.6 - ubuntu-latest - x64 - pull_request
Process completed with exit code 1.
|
Julia nightly - ubuntu-latest - x64 - pull_request
Process completed with exit code 1.
|
Julia 1 - ubuntu-latest - x64 - pull_request
Process completed with exit code 1.
|
Documentation:
src/types.jl#L24
doctest failure in ~/work/EcoTrialStructure.jl/EcoTrialStructure.jl/src/types.jl:24-34
```jldoctest demo
julia> tframes, df = ct[175ms..310ms, :]; # frames range nearest to given start..stop times
julia> tframes
200.0f0 ms..300.0f0 ms
julia> df
2×2 Matrix{Float64}:
-0.1 0.7
0.2 0.6
```
Subexpression:
tframes
Evaluated output:
200.0f0 ms .. 300.0f0 ms
Expected output:
200.0f0 ms..300.0f0 ms
diff =
Warning: Diff output requires color.
200.0f0 ms..300.0f0 ms .. 300.0f0 ms
|
Documentation:
src/types.jl#L39
doctest failure in ~/work/EcoTrialStructure.jl/EcoTrialStructure.jl/src/types.jl:39-50
```jldoctest demo
julia> tframes, df = ct[FrameSeq(175ms, 3), :]; # start nearest to 175ms, and grab 3 frames' worth
julia> tframes
200.0f0 ms..400.0f0 ms
julia> df
3×2 OffsetArray(::Matrix{Float64}, 0:2, 1:2) with eltype Float64 with indices 0:2×1:2:
-0.1 0.7
0.2 0.6
0.1 0.5
```
Subexpression:
tframes
Evaluated output:
200.0f0 ms .. 400.0f0 ms
Expected output:
200.0f0 ms..400.0f0 ms
diff =
Warning: Diff output requires color.
200.0f0 ms..400.0f0 ms .. 400.0f0 ms
|
Documentation
Process completed with exit code 1.
|
Julia 1.6 - ubuntu-latest - x64 - pull_request
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Julia nightly - ubuntu-latest - x64 - pull_request
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Julia 1 - ubuntu-latest - x64 - pull_request
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
|
[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`
|