qtt icon indicating copy to clipboard operation
qtt copied to clipboard

CI tests give deprecation warnings

Open peendebak opened this issue 4 years ago • 0 comments

scipy is generating deprecated warnings in the CI testing. See for example https://app.travis-ci.com/github/QuTech-Delft/qtt/jobs/558612837

src/tests/integration/algorithms/test_generic.py: 34 warnings
  /home/travis/build/QuTech-Delft/qtt/src/qtt/algorithms/generic.py:573: DeprecationWarning: Please use `convolve` from the `scipy.ndimage` namespace, the `scipy.ndimage.filters` namespace is deprecated.
    filtered_signal = scipy.ndimage.filters.convolve(filtered_signal, boxcar_kernel, mode='nearest')

@QFer

peendebak avatar Feb 08 '22 09:02 peendebak