We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f29bb commit 2d08696Copy full SHA for 2d08696
docs/source/conf.py
@@ -29,7 +29,7 @@
29
class Mock(MagicMock):
30
@classmethod
31
def __getattr__(cls, name):
32
- return Mock()
+ return MagicMock()
33
MOCK_MODULES = ['ot.lp.emd_wrap']
34
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
35
# !!!!
0 commit comments