You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that integer indexing of metadata uses the pandas DataFrame .loc, which assumes the value is an existing index, which -1 is not. We can't switch to using .iloc directly because then it would break metadata indexing for TsGroup objects. We would have to treat integer/integer array indexing of metadata differently for IntervalSets and TsGroups
The following code snippet throws an error:
The error trace:
The text was updated successfully, but these errors were encountered: