mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-03 08:42:39 +02:00
Print fixes for Python 3
This commit is contained in:
parent
09c93e62d0
commit
300bdb960b
1 changed files with 1 additions and 1 deletions
|
|
@ -4,4 +4,4 @@
|
|||
try:
|
||||
from . import matplot_dep
|
||||
except (ImportError, NameError):
|
||||
print 'Fail to load GPy.plotting.matplot_dep.'
|
||||
print('Fail to load GPy.plotting.matplot_dep.')
|
||||
Loading…
Add table
Add a link
Reference in a new issue