[ENHANCEMENT] Fix show
for AbstractBlockSparseArray
with unconvential type parameter orderings
#63
Labels
enhancement
New feature or request
I noticed that the show method introduced in #42 assumes the
AbstractBlockSparseArray
being printed has a certain type parameter ordering when printing the type, i.e. it assumes it is{eltype,ndims,blocktype,...}
. We should constrain that part of the code logic toBlockSparseArray
, and for otherAbstractBlockSparseArray
s print the entire type by default and expect them to define their own show method if they want more compact printing.The text was updated successfully, but these errors were encountered: