-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels