CompatHelper: bump compat for IntervalSets to 0.7, (keep existing compat) #50
Annotations
3 errors, 1 warning, and 1 notice
Run julia-actions/julia-docdeploy@v1:
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
|
Run julia-actions/julia-docdeploy@v1:
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
|
Run julia --project=docs -e '
Process completed with exit code 1.
|
|
Run julia-actions/julia-buildpkg@v1
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache To ignore, set input `ignore-no-cache: true`
|
Loading