Respect axis = (; type = ...)
when type is a LScene (#855)
#979
Annotations
2 errors and 1 warning
build:
src/array/array.jl#L426
doctest failure in ~/work/DimensionalData.jl/DimensionalData.jl/src/array/array.jl:426-438
```jldoctest
julia> DimArray((x, y) for x in X(1:3), y in Y(1:2); name = :Value)
╭───────────────────────────────────────────╮
│ 3×2 DimArray{Tuple{Int64, Int64},2} Value │
├───────────────────────────────────────────┴───── dims ┐
↓ X Sampled{Int64} 1:3 ForwardOrdered Regular Points,
→ Y Sampled{Int64} 1:2 ForwardOrdered Regular Points
└───────────────────────────────────────────────────────┘
↓ → 1 2
1 (1, 1) (1, 2)
2 (2, 1) (2, 2)
3 (3, 1) (3, 2)
```
Subexpression:
DimArray((x, y) for x in X(1:3), y in Y(1:2); name = :Value)
Evaluated output:
╭────────────────────────────────────────────╮
│ 3×2 DimArray{Tuple{Int64, Int64}, 2} Value │
├────────────────────────────────────────────┴──── dims ┐
↓ X Sampled{Int64} 1:3 ForwardOrdered Regular Points,
→ Y Sampled{Int64} 1:2 ForwardOrdered Regular Points
└───────────────────────────────────────────────────────┘
↓ → 1 2
1 (1, 1) (1, 2)
2 (2, 1) (2, 2)
3 (3, 1) (3, 2)
Expected output:
╭───────────────────────────────────────────╮
│ 3×2 DimArray{Tuple{Int64, Int64},2} Value │
├───────────────────────────────────────────┴───── dims ┐
↓ X Sampled{Int64} 1:3 ForwardOrdered Regular Points,
→ Y Sampled{Int64} 1:2 ForwardOrdered Regular Points
└───────────────────────────────────────────────────────┘
↓ → 1 2
1 (1, 1) (1, 2)
2 (2, 1) (2, 2)
3 (3, 1) (3, 2)
diff =
Warning: Diff output requires color.
╭───────────────────────────────────────────╮
╭────────────────────────────────────────────╮
│ 3×2 DimArray{Tuple{Int64, Int64},2} Int64}, 2} Value │
├───────────────────────────────────────────┴───── ├────────────────────────────────────────────┴──── dims ┐
↓ X Sampled{Int64} 1:3 ForwardOrdered Regular Points,
→ Y Sampled{Int64} 1:2 ForwardOrdered Regular Points
└───────────────────────────────────────────────────────┘
↓ → 1 2
1 (1, 1) (1, 2)
2 (2, 1) (2, 2)
3 (3, 1) (3, 2)
|
build
Process completed with exit code 1.
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|