summaryrefslogtreecommitdiff
path: root/src/python/test/test_representations.py
diff options
context:
space:
mode:
authorwreise <wojciech.reise@epfl.ch>2022-10-07 18:13:26 +0200
committerwreise <wojciech.reise@epfl.ch>2022-10-07 18:13:26 +0200
commitd9dfffdb580ab865a829fce851779f33fa47e4f7 (patch)
treecb114136e51b2cc8d3d0639e00230b53195799e8 /src/python/test/test_representations.py
parent565cc1fb0c81b627fa6bec0e9ca76571663a7834 (diff)
Add triming of the range; Marcs' comments
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.])