Closed Ablinne closed 5 years ago
Due to the way Field.map_axis_coordinates calculates the jacobian using dimension-independent routines, the calculation of the jacobian determinant fails in helper.jac_det if the transform is just 1D.
Field.map_axis_coordinates
helper.jac_det
fixed through #240
Due to the way
Field.map_axis_coordinates
calculates the jacobian using dimension-independent routines, the calculation of the jacobian determinant fails inhelper.jac_det
if the transform is just 1D.