Completed
Push — appveyor ( 280314...2c0e2c )
by Konstantinos
02:09
created

test_clustering   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 1
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 1
dl 0
loc 1
rs 10
c 0
b 0
f 0
1
# import pytest
2
#
3
#
4
# def test_clustering_creation(som, nb_clusters, evaluation, acceptable_threshold, so_magic):
5
#     clustering = so_magic.cluster.factory.create_clustering(som, nb_clusters)
6
#     assert acceptable_threshold < evaluation(clustering)