mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-29 15:59:41 +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:
|
else:
|
||||||
return Mock()
|
return Mock()
|
||||||
|
|
||||||
MOCK_MODULES = ['matplotlib', 'matplotlib.pyplot',
|
MOCK_MODULES = [#'matplotlib', 'matplotlib.pyplot',
|
||||||
'pylab'
|
'pylab'
|
||||||
]
|
]
|
||||||
for mod_name in MOCK_MODULES:
|
for mod_name in MOCK_MODULES:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue