mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-29 14:56:24 +02:00
Added matplotlib color
This commit is contained in:
parent
b73245e1de
commit
c6339116a0
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class Mock(object):
|
|||
else:
|
||||
return Mock()
|
||||
|
||||
MOCK_MODULES = ['matplotlib', 'matplotlib.pyplot', 'pylab' ]
|
||||
MOCK_MODULES = ['matplotlib', 'matplotlib.color', 'matplotlib.pyplot', 'pylab' ]
|
||||
for mod_name in MOCK_MODULES:
|
||||
sys.modules[mod_name] = Mock()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue