Skip to content

A bug in rank() function in package LinearAlgebra #604

Open
@sunnsi

Description

@sunnsi
julia> using LinearAlgebra
julia> df=ones(200,2);
julia> rank(df)
1
julia> df=ones(500,2);
julia> rank(df)
2
julia> versioninfo()
Julia Version 1.1.0
Commit 80516ca202 (2019-01-21 21:24 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
  CPU: Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.1 (ORCJIT, haswell)
Environment:
  JULIAPATH = /home/sunsh/software/julia-1.1.0/bin

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureIndicates new feature / enhancement requestsminor changeMarginal behavior change acceptable for a minor release

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions