Skip to content

Commit 2ace707

Browse files
authored
Update larrays.jl
1 parent c9fdf20 commit 2ace707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/larrays.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ using LabelledArrays, Test, InteractiveUtils
44
vals = [1.0,2.0,3.0]
55
syms = (:a,:b,:c)
66
x = @LArray vals syms
7-
@test Base.elszie(x) == 8
7+
@test Base.elsize(x) == Base.elsize(vals) == 8
88
@test_nowarn display(x)
99
y = @LVector Float64 (:a,:b,:c)
1010
y .= [1,2,3.]

0 commit comments

Comments
 (0)