-
Notifications
You must be signed in to change notification settings - Fork 23
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
Testing fails due to job killed by travis #99
Comments
See for example this discussion: travis-ci/travis-ci#4192 |
Does the "reference" data ( test/reference_generation/run_clust.jld2 ) already contain the new Object names based on TimSeriesClustering.ClustData...? |
Good call, no it does not. Will have to rerun that I assume. |
Fixed in #116 . |
Testing sometimes fails. The error is something like
/home/travis/.travis/functions: line 104: 3596 Killed
. This seems to be an issue with memory on travis.Todo is to rewrite the tests so that they use less memory. Potentially make the kmedoids-exact cbc case smaller, and also reduce the amount of data that is loaded.
Workaround for now is to just rerun the build on travis, so far it has worked the second time.
The text was updated successfully, but these errors were encountered: