mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-05 01:32:40 +02:00
Update error message a little.
This commit is contained in:
parent
74fab170d1
commit
a12298d60e
1 changed files with 3 additions and 1 deletions
|
|
@ -503,7 +503,9 @@ class stick_show(mocap_data_show):
|
||||||
try:
|
try:
|
||||||
self.vals = self.vals.reshape((3, self.vals.shape[1]//3)).T
|
self.vals = self.vals.reshape((3, self.vals.shape[1]//3)).T
|
||||||
except ValueError as e:
|
except ValueError as e:
|
||||||
print('Passed values to data_show need to have a dimension which is divisible by 3 for display as they should be a point cloud of 3-D points.')
|
print('Passed values to stick_show need to have a
|
||||||
|
dimension which is divisible by 3 for display as they
|
||||||
|
should be a point cloud of 3-D points.')
|
||||||
raise(e)
|
raise(e)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue