changeset 1014:67969bd7e642 feature/lazy_tensors/pretty_printing

Remove todo
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 21 Mar 2022 09:32:26 +0100
parents 2c1a0722ddb9
children 1e8270c18edb
files src/LazyTensors/lazy_tensor_operations.jl
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/LazyTensors/lazy_tensor_operations.jl	Mon Mar 21 09:07:28 2022 +0100
+++ b/src/LazyTensors/lazy_tensor_operations.jl	Mon Mar 21 09:32:26 2022 +0100
@@ -172,8 +172,6 @@
 # Resolve ambiguity between the two previous methods
 InflatedLazyTensor(I1::IdentityTensor{T}, I2::IdentityTensor{T}) where T = InflatedLazyTensor(I1,I2,IdentityTensor{T}())
 
-# TODO: Implement some pretty printing in terms of ⊗. E.g InflatedLazyTensor(I(3),B,I(2)) -> I(3)⊗B⊗I(2)
-
 function range_size(itm::InflatedLazyTensor)
     return flatten_tuple(
         range_size(itm.before),