Skip to content

Fix array indexing of Series.xindex

Created by: asouthgate

See https://github.com/gwpy/gwpy/issues/1680.

When __getitem__ is called with an int array, the xindex is not subsetted.

Merge request reports