Skip to content

Commit 0856e51

Browse files
committed
fix mapslices test
1 parent 8ccd733 commit 0856e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Datasets/datasets.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ end
518518
cube = YAXArray(a)
519519
mean_slice = mapslices(mean, cube; dims="Dim_1")
520520

521-
@test mean_slice[:, :] == ones(20, 5)
521+
@test mean_slice[1, :, :] == ones(20, 5)
522522
end
523523

524524
@testset "Making Cubes from heterogemous data types" begin

0 commit comments

Comments
 (0)