Skip to content

Commit c4f014e

Browse files
kmp5VTmtfishman
andauthored
Update NDTensors/test/test_dense.jl
Co-authored-by: Matt Fishman <[email protected]>
1 parent 7525f30 commit c4f014e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NDTensors/test/test_dense.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ NDTensors.dim(i::MyInd) = i.dim
8989
β = elt(2)
9090
α = elt(1)
9191
permutedims!!(A, B, (1, 2), (a, b) -> +(*(β, a), *(α, b)))
92-
@allowscalar 2.0 .* C == A
92+
@allowscalar 2 .* C == A
9393
randn!(B)
9494
C = copy(A)
9595
A = permutedims!!(A, B, (1, 2), (a, b) -> +(*(β, a), *(α, b)))

0 commit comments

Comments
 (0)