Results 77 comments of Diego Alonso Álvarez

Up to you and @ahawkes . In principle, [3.9 will receive security updates for one more year](https://devguide.python.org/versions/#python-release-cycle), then it's over. So, from October next year, I don't think we should...

Hi @kmuehlbauer , many thanks for asking for a MCVE because, to be honest, I'm not able to reproduce the error with the following code which, I think represents the...

Mmm... the code is rather convoluted - trying to simplify it - but I'll try to put something simple together that uses parts of the original code and reproduces the...

I've have not forgotten about this. I've tracked where and how the timeslice MultiIndex is created and created another example that closely matches that (see below), but that one also...

For reference, I've narrowed down the problem to [this function](https://github.com/SGIModel/MUSE_OS/blob/9fb62bc0c3b7adeb9ce89dce9cad4856e1082925/src/muse/timeslices.py#L400). The manipulations going on there result in a `DataArray` with a `MultiIndex` coordinate that misbehaves. The docstring of that function...

Ok, while trying to figure out what's wrong with my code above I'm finding examples that have an odd behaviour or that fail, but for a different reason. Let's take...

@benbovy , many thanks for the fix. I was on holiday. I'll check if the original issue was also fixed by this as soon as possible, but it is great...