summaryrefslogtreecommitdiff
path: root/src/python/test/test_representations.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/test/test_representations.py')
-rwxr-xr-xsrc/python/test/test_representations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/test/test_representations.py b/src/python/test/test_representations.py
index 823e8620..948d7804 100755
--- a/src/python/test/test_representations.py
+++ b/src/python/test/test_representations.py
@@ -209,7 +209,7 @@ def test_silhouette_multiplication_invariance():
def test_silhouette_numeric():
dgm = np.array([[2., 3.], [5., 6.]])
- slt = Silhouette(resolution=9, weight=pow(1))
+ slt = Silhouette(resolution=9, weight=pow(1), sample_range=[2., 6.])
#slt.fit([dgm])
# x_values = array([2., 2.5, 3., 3.5, 4., 4.5, 5., 5.5, 6.])