Skip to content

Commit

Permalink
more mock modules
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjankowiak committed Nov 10, 2021
1 parent f01bbef commit 2f56fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
# 'exclude-members': '__dict__,__module__,__weakref__',
# }

MOCK_MODULES = ['numpy', 'pandas', 'torch', 'scipy']
MOCK_MODULES = ['numpy', 'pandas', 'torch', 'scipy', 'polyagamma']
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = mock.Mock()

Expand Down

0 comments on commit 2f56fc7

Please sign in to comment.