Skip to content

Fixed all of the test suite warnings

Duncan Macleod requested to merge github/fork/duncanmmacleod/test-warnings into develop

This PR makes a number of changes that remove all warnings from the test suite, which is nice. Most of the changes are backwards compatible or invisible, with the following exceptions:

  • dbcf1f4f: norm=False now returns energy of Q-transform, not complex ifft output, since this is only every called from TimeSeries.q_transform, this shouldn't be an issue

Merge request reports