summaryrefslogtreecommitdiff
path: root/ot
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2019-07-03 13:31:55 +0200
committerRémi Flamary <remi.flamary@gmail.com>2019-07-03 13:31:55 +0200
commitd3236cf0cab000b5604f8ede9ebcbdc19d8c213f (patch)
treefe7c1499c3c8afa5c2edd82758c2e643c16cd883 /ot
parente26aa8ee4498f19248f8dcc9868ec55b62eb35e5 (diff)
test raise with pytets in test_emd_1d_emd2_1d
Diffstat (limited to 'ot')
-rw-r--r--ot/__init__.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/ot/__init__.py b/ot/__init__.py
index ad7b982..35d2ddd 100644
--- a/ot/__init__.py
+++ b/ot/__init__.py
@@ -10,7 +10,10 @@ a number of functions described below.
:py:mod:`ot.gromov`, :py:mod:`ot.smooth`
:py:mod:`ot.stochastic`
- The other sub-modules are not imported due to additional dependencies.
+ The following sub-modules are not imported due to additional dependencies:
+
+ - :any:`ot.dr` : depends on :code:`pymanopt` and :code:`autograd`.
+ - :any:`ot.gpu` : depends on :code:`cupy` and a CUDA GPU.
"""