mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-03 00:32:39 +02:00
7 lines
No EOL
233 B
Python
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.') |