Open hmaarrfk opened 6 months ago
the call to self._parse_dimensions(dims) should be avoidable for internal routines.
self._parse_dimensions(dims)
However, it was giving me trouble in tests.
_apply_index is rather slow because of pandas multi index compatibility.
I'm not sure how to fix that:
What is your issue?
the call to
self._parse_dimensions(dims)
should be avoidable for internal routines.However, it was giving me trouble in tests.