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

Some Travis runs take very long #50

Closed
Stewori opened this issue Jul 3, 2019 · 1 comment
Closed

Some Travis runs take very long #50

Stewori opened this issue Jul 3, 2019 · 1 comment

Comments

@Stewori
Copy link
Member

Stewori commented Jul 3, 2019

In recent Travis run https://travis-ci.org/mdp-toolkit/mdp-toolkit/builds/553703911 I observed that the first two specific configurations took about 14-15 minutes to complete while all other runs took only about 2-5 minutes.
The long-taking runs were Python 3.5 + NumPy 1.8.2 + SciKits 0.18. However a later run with Python 3.5 + NumPy 1.12.1 + SciKits 0.18 was okay so it seems to be caused by NumPy 1.8.2.
It looks like the tests were hanging most time at test_SFANode.
It is difficult to see whether the log contains more useful info because it is totally spammed with the deprecation warning mentioned in #49. So we better fix that one first.
Also, given that the issuous configuration is somewhat odd this doesn't have high priority. I'd like to track it though as it might point to an issue in test_SFANode.

Stewori pushed a commit that referenced this issue Aug 10, 2019
It is not explicitly stated, which Python versions are supported by Numpy 1.8.2, but Numpy 1.8.0 supports only 2.6 -2.7/3.2 - 3.3 and Numpy 1.9.0 supports only 2.6 - 2.7 and 3.2 - 3.4 [1]. So I propose this change to address [issue 50](#50).

[1] https://docs.scipy.org/doc/numpy/release.html
@Stewori
Copy link
Member Author

Stewori commented Aug 10, 2019

Fixed now as of recent commit #53.

@Stewori Stewori closed this as completed Aug 10, 2019
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

1 participant