Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shuds13 committed May 4, 2021
1 parent 264cc62 commit f1a5d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Mock(MagicMock):
def __getattr__(cls, name):
return MagicMock()

MOCK_MODULES = ['argparse', 'numpy', 'mpi4py', 'dfols', 'scipy', 'numpy.lib', 'numpy.lib.recfunctions', 'math', 'petsc4py', 'PETSc', 'nlopt', 'scipy.spatial', 'scipy.spatial.distance', 'scipy.io', 'scipy.stats', 'deap', 'Tasmanian', 'numpy.linalg', 'mpmath', 'psutil']
MOCK_MODULES = ['argparse', 'numpy', 'mpi4py', 'dfols', 'scipy', 'numpy.lib', 'numpy.lib.recfunctions', 'math', 'petsc4py', 'PETSc', 'nlopt', 'scipy.spatial', 'scipy.spatial.distance', 'scipy.io', 'scipy.stats', 'deap', 'Tasmanian', 'numpy.linalg', 'mpmath', 'psutil', 'surmise.calibration', 'surmise.emulation']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)

#from libensemble import *
Expand Down

0 comments on commit f1a5d2c

Please sign in to comment.