faust icon indicating copy to clipboard operation
faust copied to clipboard

Fix #674 by explicitly setting return type to float in Cython version of HoppingWindow.ranges()

Open forsberg opened this issue 5 years ago • 1 comments

Description

Fixes #674

Based on #673, or Travis will fail. Will happily rebase onto master once #672 is fixed.

Reorganizes tox a bit, using --import-mode append when running py.test, as before, the compiled (Cython versions) of modules were not actually tested in the Cython stage on Travis - reason being that due to faust not using a src/ directory layout, unit tests will import faust from the faust/ directory in the git clone, rather than from the version installed in the tox virtualenv.

forsberg avatar Oct 21 '20 13:10 forsberg

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Erik Forsberg seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Sep 21 '21 07:09 CLAassistant