praxes / hexrd

Legacy hexrd repository (python2.7)
http://hexrd.readthedocs.org
14 stars 42 forks source link

fixed bug on line using numpy.arange imprecisely #25

Closed donald-e-boyce closed 11 years ago

donald-e-boyce commented 11 years ago

The former code would sometimes produce one more array element than expected. This fixes that using numpy.arange with integer values, but numpy.linspace would also work.