Skip to content

tiedrank does not support dims #848

Closed
@behinger

Description

@behinger

MWE

tiedrank(rand(10,10),dims=2)

Results in

MethodError: no method matching sortperm(::Vector{Float64}; dims=2)

something like this works

mapslices(tiedrank,rand(10,10),dims=2)

but the documentation of tiedrank states: Supports the same keyword arguments as the sort function. which made me believe, dims should work. Bug or documentation wrong?

Ultimatively, I am trying to estimate ranks of ragged/sparse matrices columns as fast as possible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions