We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38d498f commit 200dfc5Copy full SHA for 200dfc5
test/_basic.jl
@@ -151,7 +151,7 @@ end
151
N2 = NamedDimsArray(KeyedArray(data, axiskeys(N1)), dimnames(N1))
152
N3 = KeyedArray(NamedDimsArray(data, dimnames(N1)), axiskeys(N1))
153
154
- @testset "with $(typeof(N).name) outside" for N in [N2, N3]
+ @testset "with $(typeof(N).name) outside" for N in (N2, N3)
155
@test axiskeys(N) == (['a', 'b', 'c'], 10:10:40)
156
@test axiskeys(N, :iter) == 10:10:40
157
@test dimnames(N) == (:obs, :iter)
0 commit comments