GPy/GPy/plotting/__init__.py
2015-02-27 19:04:25 +00:00

7 lines
No EOL
233 B
Python

# Copyright (c) 2014, GPy authors (see AUTHORS.txt).
# Licensed under the BSD 3-clause license (see LICENSE.txt)
try:
from . import matplot_dep
except (ImportError, NameError):
print('Fail to load GPy.plotting.matplot_dep.')