Skip to content

Commit

Permalink
Update larrays.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselrod authored Feb 28, 2022
1 parent c9fdf20 commit 2ace707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/larrays.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using LabelledArrays, Test, InteractiveUtils
vals = [1.0,2.0,3.0]
syms = (:a,:b,:c)
x = @LArray vals syms
@test Base.elszie(x) == 8
@test Base.elsize(x) == Base.elsize(vals) == 8
@test_nowarn display(x)
y = @LVector Float64 (:a,:b,:c)
y .= [1,2,3.]
Expand Down

0 comments on commit 2ace707

Please sign in to comment.