mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-01 15:52:39 +02:00
Mocked sympy.utilities
This commit is contained in:
parent
92ec84133d
commit
e2a64c60d0
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ class Mock(object):
|
|||
#sys.path.append("../GPy")
|
||||
#import mock
|
||||
|
||||
MOCK_MODULES = ['pylab', 'matplotlib', 'sympy']#'matplotlib', 'matplotlib.color', 'matplotlib.pyplot', 'pylab' ]
|
||||
MOCK_MODULES = ['pylab', 'matplotlib', 'sympy', 'sympy.utilities']#'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