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 7525f30 commit c4f014eCopy full SHA for c4f014e
NDTensors/test/test_dense.jl
@@ -89,7 +89,7 @@ NDTensors.dim(i::MyInd) = i.dim
89
β = elt(2)
90
α = elt(1)
91
permutedims!!(A, B, (1, 2), (a, b) -> +(*(β, a), *(α, b)))
92
- @allowscalar 2.0 .* C == A
+ @allowscalar 2 .* C == A
93
randn!(B)
94
C = copy(A)
95
A = permutedims!!(A, B, (1, 2), (a, b) -> +(*(β, a), *(α, b)))
0 commit comments