AxisKeys.jl icon indicating copy to clipboard operation
AxisKeys.jl copied to clipboard

fix inplace sort! on Julia 1.9 with non int eltypes

Open palday opened this issue 1 year ago • 1 comments

As noted in https://github.com/JuliaLang/julia/issues/53113#issuecomment-1917753732, this still relies on an implementation detail for multi-dimensional array sorting, but explicitly passing the scratch kwarg addresses the immediate problem.

palday avatar Mar 06 '24 16:03 palday

The hcat test failures are unrelated.

palday avatar Mar 06 '24 16:03 palday