Skip to content

Verbosity of Base.show for TensorMap #301

@AFeuerpfeil

Description

@AFeuerpfeil

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions