Skip to content

Improve tests of TimeSeriesDict.find error handling

This PR resolves a failing test of TimeSeriesDict.find by updating the tests of that method. I also include a second commit that improves the docstring for the method and improves the layout of that code to make it more readable.

The resulting change should introduce no API changes, and only minor behavioural changes (different exception type for failing to parse the IFO from some channels names, which is basically legacy code now anyway).

Merge request reports