Skip to content

Commit

Permalink
📝 mock sklearn
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRossetti committed Dec 2, 2020
1 parent 9c131cf commit a772ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def __getattr__(cls, name):
return MagicMock()


MOCK_MODULES = ['ipython', 'pygtk', 'gtk', 'gobject', 'argparse', 'matplotlib', 'matplotlib.pyplot', 'numpy', 'pandas', 'dynetx', 'networkx',
MOCK_MODULES = ['ipython', 'pygtk', 'gtk', 'gobject', 'sklearn.metrics', 'argparse', 'matplotlib', 'matplotlib.pyplot', 'numpy', 'pandas', 'dynetx', 'networkx',
'scipy', 'salib', 'pillow', 'pyintergraph', 'python-igraph']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)

Expand Down

0 comments on commit a772ed6

Please sign in to comment.