mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-03 00:32:39 +02:00
Added matplotlib to mock
This commit is contained in:
parent
9758c90b16
commit
f208b49c36
1 changed files with 1 additions and 1 deletions
|
|
@ -344,7 +344,7 @@ class Mock(object):
|
|||
else:
|
||||
return Mock()
|
||||
|
||||
MOCK_MODULES = [#'matplotlib', 'matplotlib.pyplot',
|
||||
MOCK_MODULES = ['matplotlib', 'matplotlib.pyplot',
|
||||
'pylab'
|
||||
]
|
||||
for mod_name in MOCK_MODULES:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue