Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Slow tests #8

Closed
MechCoder opened this issue Mar 23, 2016 · 5 comments
Closed

Slow tests #8

MechCoder opened this issue Mar 23, 2016 · 5 comments

Comments

@MechCoder
Copy link
Member

The current three tests take 17 mins to run on Travis, while the entire sklearn test suite runs in 10 mins

@betatim
Copy link
Member

betatim commented Mar 23, 2016

Link to a CI log

200seconds to install conda, do we really need a conda env?

The bulk of the time is spent in actual tests, can we simplify them and test small parts instead of full blown optimisations??

@glouppe
Copy link
Member

glouppe commented Mar 23, 2016

The easiest solution is simply to reduce maxiter. We can show that it works in much fewer iterations.

@MechCoder
Copy link
Member Author

I don't really understand how but I brought it down to 6 minutes with this commit. MechCoder@395f9dd

@glouppe
Copy link
Member

glouppe commented Mar 24, 2016

What also takes some time is compiling scikit-learn master. Hopefully, this will be solved after the next release. In #12, tests are now down to 5mn total.

@glouppe
Copy link
Member

glouppe commented Mar 25, 2016

Closing this, tests are now fine.

@glouppe glouppe closed this as completed Mar 25, 2016
glouppe pushed a commit that referenced this issue Jan 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants