BruceSherwood / vpython-wx

VPython based on wxPython
Other
70 stars 38 forks source link

print(vector(x,y,z)) wrong if a component is numpy.float64 #42

Closed BruceSherwood closed 10 years ago

BruceSherwood commented 10 years ago

If one of the vector components is numpy.float64 instead of ordinary float, the vector functions okay but print displays [x,y,z] instead of the standard output format.

BruceSherwood commented 10 years ago

I can't find a way to create a vector with one or more numpy.float64 components, so for now I'll close this issue, awaiting a test example that shows the problem.