mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-02 16:22:39 +02:00
Exception fixes for Python 3 compat
This commit is contained in:
parent
74f8caba2b
commit
c6b43d91da
8 changed files with 10 additions and 10 deletions
|
|
@ -174,7 +174,7 @@ class skeleton(tree):
|
|||
return connection
|
||||
|
||||
def to_xyz(self, channels):
|
||||
raise NotImplementedError, "this needs to be implemented to use the skeleton class"
|
||||
raise NotImplementedError("this needs to be implemented to use the skeleton class")
|
||||
|
||||
|
||||
def finalize(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue