mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-29 06:46:22 +02:00
Remove matplotlib mock?
This commit is contained in:
parent
70222278a1
commit
55ecc4306d
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