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 03080e3 commit 9247074Copy full SHA for 9247074
src/fusiontensor/base_interface.jl
@@ -91,7 +91,6 @@ end
91
92
Base.permutedims(ft::FusionTensor, args...) = fusiontensor_permutedims(ft, args...)
93
94
-Base.similar(ft::FusionTensor) = similar(ft, eltype(ft))
95
function Base.similar(ft::FusionTensor, ::Type{T}) where {T}
96
# fusion trees have Float64 eltype: need compatible type
97
@assert promote_type(T, Float64) === T
0 commit comments