summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2011-08-03 18:19:05 +0200
committermr <mr@mrautenberg.de>2011-08-03 18:19:05 +0200
commit3c6b7de013fbbeaab60eb6d284c5f9fadcaad824 (patch)
tree124b9d28ee7f14f75343f874372828ae8c2467d7
parent784e88be0e12e8b5d0d8068925e8a4b39cefdda4 (diff)
deactivate test_clustering
-rw-r--r--algorithm.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/algorithm.rb b/algorithm.rb
index 3ff1304..6cecfca 100644
--- a/algorithm.rb
+++ b/algorithm.rb
@@ -76,7 +76,7 @@ class AlgorithmTest < Test::Unit::TestCase
assert_in_delta OpenTox::Algorithm::Similarity.tanimoto(features_a, features_c, weights, params), 0.235749338271022, 0.000001
}
end
-
+=begin
def test_clustering
# Parameters
dataset_uri = @@classification_training_dataset.uri
@@ -91,5 +91,5 @@ class AlgorithmTest < Test::Unit::TestCase
assert_equal cluster_datasets.size, 2
end
-
+=end
end