de_serialize works. Variables names improved. Code beautified. TODO: clustering tests
[epclust.git] / epclust / tests / testthat / test.clustering.R
CommitLineData
56857861
BA
1context("clustering")
2
3#TODO: load some dataset ASCII CSV
4#data_bin_file <<- "/tmp/epclust_test.bin"
5#unlink(data_bin_file)
6
7test_that("computeClusters1 behave as expected",
8{
9
10})
11
12test_that("computeSynchrones behave as expected",
13{
14
15})
16
17test_that("computeClusters2 behave as expected",
18{
19
20})
21
22test_that("clusteringTask + computeClusters2 behave as expected",
23{
24
25})