pbfy0 / visvis

Automatically exported from code.google.com/p/visvis
Other
0 stars 0 forks source link

scaling property in class OrientationForWobjects_mixClass module: orientation.py #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The code located at line 62 is intended to set the scaling factor from a single 
float or int.  However, the code at line 66 then looks for a list, tuple and at 
line 70 for a Point and raises a valueError of these are not found.

Recommend changing line 66 to an elif.

Thanks 

Original issue reported on code.google.com by geith.gm...@gmail.com on 14 Mar 2011 at 5:48

GoogleCodeExporter commented 9 years ago
You're right, thanks!

Original comment by almar.klein@gmail.com on 14 Mar 2011 at 7:30

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 66cb749c55.

Original comment by almar.klein@gmail.com on 14 Mar 2011 at 7:30