holgerteichgraeber / TimeSeriesClustering.jl

Julia implementation of unsupervised learning methods for time series datasets. It provides functionality for clustering and aggregating, detecting motifs, and quantifying similarity between time series datasets.
MIT License
82 stars 22 forks source link

Bug #48 #90

Closed YoungFaithful closed 5 years ago

YoungFaithful commented 5 years ago

Addressing bug #48

YoungFaithful commented 5 years ago

CEP testing was successful with those changes.

YoungFaithful commented 5 years ago

I think we should really think about more detailed testing of the clustering-results like in CapacityExpansion

holgerteichgraeber commented 5 years ago

I think we should really think about more detailed testing of the clustering-results like in CapacityExpansion

Agreed! I am working on enhancing the documentation right now, and testing is the next step before we can submit to JOSS.

holgerteichgraeber commented 5 years ago

@YoungFaithful do you know why the test failed?

holgerteichgraeber commented 5 years ago

@YoungFaithful do you know why the test failed?

Ok, I guess just because it was merged before tests had finished..