Open
Description
I was going through the GCXS
code trying to fix bugs when I came across a few places where compressed_axes
was being set to None
. That, in my opinion, should never happen. It should always be a tuple of integers.
@daletovar Could you specify the context here, and what could be needed to remove this?