Skip to content
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

Open
smallnamespace opened this issue Nov 17, 2015 · 4 comments
Open

Very slow cq_test, slicq_test #10

smallnamespace opened this issue Nov 17, 2015 · 4 comments

Comments

@smallnamespace
Copy link
Contributor

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?

@grrrr
Copy link
Owner

grrrr commented Nov 17, 2015

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.

Am 17.11.2015 um 03:10 schrieb smallnamespace [email protected]:

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?


Reply to this email directly or view it on GitHub #10.

@smallnamespace
Copy link
Contributor Author

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?

@grrrr
Copy link
Owner

grrrr commented Nov 17, 2015

Hi, the test should definitely not hang.
Of course you are welcome to contribute a pull request to whatever aspect of the project.

@smallnamespace
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants