Skip to content

Workaround for numpy 1.7 not having rfftfreq

This PR introduces a workaround in TimeSeries.fft due to numpy 1.7 not having `numpy.fft.rfftfreq. It's a simple method, so this is preferred to bumping the numpy version to 1.8 (give than the new SL7 on LDAS finally has numpy 1.7).

Merge request reports