Skip to content

Commit

Permalink
More mocking for scipy, impossible to check without committing :(
Browse files Browse the repository at this point in the history
  • Loading branch information
alansaul committed Sep 18, 2015
1 parent 1638a4b commit f9d4d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def __getattr__(cls, name):
#import mock

print "Mocking"
MOCK_MODULES = ['sympy', 'scipy', 'scipy.linalg', 'scipy.linalg.lapack', 'scipy.special', 'scipy.io',
MOCK_MODULES = ['sympy', 'scipy', 'scipy.linalg', 'scipy.linalg.lapack', 'scipy.special', 'scipy.io', 'scipy.integrate', 'scipy.linalg', 'scipy.linalg.cython_blas', 'scipy.optimize',
'sympy.utilities', 'sympy.utilities.codegen', 'sympy.core.cache',
'sympy.core', 'sympy.parsing', 'sympy.parsing.sympy_parser', 'Tango', 'numdifftools'
]
Expand Down

0 comments on commit f9d4d29

Please sign in to comment.