From b89a744dae4d61b941d5c07e1f67fc5f826311a6 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Sun, 1 Nov 2020 15:03:10 +0100 Subject: Enable tests that require EagerPy. --- debian/changelog | 1 + debian/tests/control | 2 +- debian/tests/upstream.py | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d3a73cf0..200b6487 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ gudhi (3.3.0+dfsg-4) UNRELEASED; urgency=medium * Enable EagerPy support. (Closes: #972686) + - Enable tests that require EagerPy. * Tune GCC GC to help Ubuntu buildds not run out of memory on arm. -- Gard Spreemann Sun, 01 Nov 2020 14:20:00 +0100 diff --git a/debian/tests/control b/debian/tests/control index d825f2ce..d5970de3 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,3 +1,3 @@ Tests: python-upstream.sh -Depends: python3-all, python3-gudhi, python3-matplotlib, python3-pot, python3-pytest, python3-scipy, python3-sklearn, python3-tk +Depends: python3-all, python3-eagerpy, python3-gudhi, python3-matplotlib, python3-pot, python3-pytest, python3-scipy, python3-sklearn, python3-tk Restrictions: allow-stderr \ No newline at end of file diff --git a/debian/tests/upstream.py b/debian/tests/upstream.py index 5c26cb1e..310a7589 100644 --- a/debian/tests/upstream.py +++ b/debian/tests/upstream.py @@ -5,7 +5,6 @@ import pytest blacklist = ["test_dtm.py", # Requires hnswlib "test_knn.py", # Requires pykeops "test_representations.py", # Look into this - "test_wasserstein_distance.py::test_wasserstein_distance_pot", # Requires eagerpy. "test_wasserstein_distance.py::test_wasserstein_distance_grad" # Requires eagerpy. ] -- cgit v1.2.3