-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Very slow cq_test, slicq_test #10
Comments
Hi, these are exhaustive tests that are only done once. As far as i remember, they don’t take as long on my linux machine, but you can also leave them out if you wish.
|
Well, I think potential contributors would want the ability to run all the tests and know they're not breaking things :) Right now the test runs just the first 2 test cases and then completely hangs for me (for like >1 hour). Fine if I make modifications to the test to get it running in a reasonable amount of time? |
Hi, the test should definitely not hang. |
Thanks! Just want to check with you first in case you had objections. To give me a rough guideline, how long does cq_test take to run for you? I don't have a working copy of PyFFTW3, so I'm trying to figure out whether the slowdown is from the FFT or somewhere else. |
For example, on Windows10 / AMD64, running
python -m unittest discover -s tests -p cq_test.py
results in tests taking something like ~10-20 minutes to finish. Is this normal?The text was updated successfully, but these errors were encountered: