Skip to content

Commit dda2f18

Browse files
Modify _totuple
1 parent 32482db commit dda2f18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utility/utility.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function randomize!(a::AbstractBlockTensorMap)
112112
return a
113113
end
114114

115-
_totuple(t) = t isa Tuple ? t : Tuple(t)
115+
_totuple(t) = t isa Tuple ? t : tuple(t)
116116

117117
"""
118118
tensorexpr(name, ind_out, [ind_in])

0 commit comments

Comments
 (0)