We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a610357 commit ffc9c1fCopy full SHA for ffc9c1f
test/ext-test/cpu/makie/makie_ext.jl
@@ -86,7 +86,7 @@ end
86
b = Bloch()
87
add_points!(b, [0.0, 0.0, 1.0])
88
@test length(b.points) == 1
89
- @test b.points[1] ≈ [0.0 0.0; 0.0 0.0; 1.0 1.0]
+ @test b.points[1] ≈ [0.0, 0.0, 1.0]
90
91
pts = [[1.0, 0.0, 0.0], [0.0, 1.0, 0.0]]
92
add_points!(b, hcat(pts...))
0 commit comments