If using the time
arg in load
, the function errors if time
is a pd.Series
#292
Labels
bug
Something isn't working
The current docstring states that
time
can be apd.Series
, but this errors because the indices (instead of the values) get passed intochunk
viatime.groupby(by=chunk)
https://github.com/SainsburyWellcomeCentre/aeon_mecha/blob/main/aeon/io/api.py#L102We should choose to either explicitly not support or support (by pulling out the values)
pd.Series
of TimestampsThe text was updated successfully, but these errors were encountered: