When running code interactively, the printing of bigger TensorMaps can be annoying because it clutters the REPL, moves previous results or sometimes even takes minutes to just print a TensorMap.
I know the printing of a TensorMap is definitely debatable. For me personally, the information like all the FusionTrees and block entries are rarely useful, if I am not debugging.
The solution I chose in my fork is to have a minimialistic Base.show that only prints the space, whilst Base.display shows all the information.
When running code interactively, the printing of bigger TensorMaps can be annoying because it clutters the REPL, moves previous results or sometimes even takes minutes to just print a TensorMap.
I know the printing of a TensorMap is definitely debatable. For me personally, the information like all the
FusionTreesand block entries are rarely useful, if I am not debugging.The solution I chose in my fork is to have a minimialistic
Base.showthat only prints the space, whilstBase.displayshows all the information.