summaryrefslogtreecommitdiff
path: root/src/python/test/test_representations.py
diff options
context:
space:
mode:
authorwreise <wojciech.reise@epfl.ch>2022-06-02 15:38:20 +0200
committerwreise <wojciech.reise@epfl.ch>2022-06-02 15:38:20 +0200
commit775cd158c869f75a4925ac6f7a94a1847f7d7788 (patch)
tree9e89c63c29f2abf0087096fcbb2eb19f6cbf2d79 /src/python/test/test_representations.py
parent500de3b265c227eadd81fb860fade4f6c416cfbc (diff)
Remove print from test
Diffstat (limited to 'src/python/test/test_representations.py')
-rwxr-xr-xsrc/python/test/test_representations.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/python/test/test_representations.py b/src/python/test/test_representations.py
index 0324b026..5f29740f 100755
--- a/src/python/test/test_representations.py
+++ b/src/python/test/test_representations.py
@@ -221,5 +221,4 @@ def test_landscape_numeric():
lds_ref *= np.sqrt(2)
lds = Landscape(num_landscapes=2, resolution=9, sample_range=[2., 6.])
lds_dgm = lds(dgm)
- print(lds.sample_range, lds.new_resolution, lds_dgm.shape)
assert np.all(np.isclose(lds_dgm, lds_ref))