Open holgerteichgraeber opened 5 years ago
See for example this discussion: https://github.com/travis-ci/travis-ci/issues/4192
Does the "reference" data ( test/reference_generation/run_clust.jld2 ) already contain the new Object names based on TimSeriesClustering.ClustData...?
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.
Does the "reference" data ( test/reference_generation/run_clust.jld2 ) already contain the new Object names based on TimSeriesClustering.ClustData...?
Fixed in #116 . Still has the issue that it needs to be rerun sometimes, it fails around 50% of the time. Seems like test cases use much memory overall.
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.