mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-27 13:56:23 +02:00
Removed matplotlib mock
This commit is contained in:
parent
3c8b0a030f
commit
ba63b1a658
1 changed files with 1 additions and 2 deletions
|
|
@ -45,8 +45,7 @@ class Mock(object):
|
|||
try:
|
||||
import GPy
|
||||
except exceptions.ImportError:
|
||||
MOCK_MODULES = ['matplotlib', 'pylab', 'matplotlib.colors',
|
||||
'matplotlib.cbook', 'pyfits', 'numpy']
|
||||
MOCK_MODULES = ['pylab']
|
||||
|
||||
for mod_name in MOCK_MODULES:
|
||||
sys.modules[mod_name] = Mock()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue