Update osu-run1 example.

This commit is contained in:
Neil Lawrence 2021-05-21 08:21:48 +01:00
parent a12298d60e
commit 0219847ce9

View file

@ -503,9 +503,7 @@ 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 stick_show need to have a 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.")
dimension which is divisible by 3 for display as they
should be a point cloud of 3-D points.')
raise(e) raise(e)