Closed santisoler closed 2 years ago
Use numpy.linspace to build the padded coordinate arrays instead of numpy.arange. Add a new test function against coordinate arrays with no round floats.
numpy.linspace
numpy.arange
Fixes #172
Is this also ready to merge @santisoler ?
@roxyboy yes! If CI passes, feel free to merge!
Thanks @roxyboy !
Use
numpy.linspace
to build the padded coordinate arrays instead ofnumpy.arange
. Add a new test function against coordinate arrays with no round floats.Fixes #172