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 797b626 commit c03f25fCopy full SHA for c03f25f
test/projection.jl
@@ -276,7 +276,7 @@ using OffsetArrays, BenchmarkTools
276
@test 0 == @ballocated $padj(dx) setup=(dx=adjoint(rand(10^3)))
277
@test 0 == @ballocated $padj(dx) setup=(dx=transpose(rand(10^3)))
278
279
- VERSION >= v"1.6" && @test 0 == @ballocated ProjectTo(x')(dx') setup=(x=rand(10^3); dx=rand(10^3))
+ VERSION >= v"1.7-" && @test 0 == @ballocated ProjectTo(x')(dx') setup=(x=rand(10^3); dx=rand(10^3))
280
281
pdiag = ProjectTo(Diagonal(rand(10^3)))
282
@test 0 == @ballocated $pdiag(dx) setup=(dx=Diagonal(rand(10^3)))
0 commit comments