Skip to content

Commit

Permalink
Merge pull request #37 from ragavvenkatesan/dev
Browse files Browse the repository at this point in the history
bug fix with mock.
  • Loading branch information
Ragav Venkatesan committed Feb 27, 2017
2 parents 962f1bd + 827d8cb commit 808e24b
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 @@ -34,7 +34,7 @@
MOCK_MODULES = ['numpy', 'scipy', 'networkx', 'theano', 'progressbar', 'skdata', 'pillow',
'matplotlib']
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = mock.Mock()
sys.modules[mod_name] = Mock()

theano.config = Mock(device='gpu')
# theano.sandbox.cuda.cuda_enabled = True
Expand Down

0 comments on commit 808e24b

Please sign in to comment.