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 6390bd2 commit 9a1274dCopy full SHA for 9a1274d
test/runtests.jl
@@ -836,4 +836,6 @@ end
836
@test @inferred(is_lazy_conjugate(d)) == false
837
e = permutedims(d)
838
@test @inferred(is_lazy_conjugate(e)) == false
839
+
840
+ @test @inferred(is_lazy_conjugate([1,2,3]')) == false # We don't care about conj on `<:Real`
841
end
0 commit comments