Currently show of a GMWOPResult uses the fallback from AbstractDiskArray which hits the user with a lot of information where the relevant info gets lost.
We should overload Base.show for a GMWOPResult directly to highlight the most important infos like size and the function that is used and maybe also inputs and dimensions that are used.
Could we discuss here which infos are most important.
I think this is especially relevant, since users will see a bit more GMWOPResults with the switch to xmap in YAXArrays and more focus on work being lazy.
Currently show of a GMWOPResult uses the fallback from AbstractDiskArray which hits the user with a lot of information where the relevant info gets lost.
We should overload Base.show for a GMWOPResult directly to highlight the most important infos like size and the function that is used and maybe also inputs and dimensions that are used.
Could we discuss here which infos are most important.
I think this is especially relevant, since users will see a bit more GMWOPResults with the switch to xmap in YAXArrays and more focus on work being lazy.