LCSB-BioCore / GigaSOM.jl

Huge-scale, high-performance flow cytometry clustering in Julia
http://git.io/GigaSOM.jl
Apache License 2.0
31 stars 9 forks source link

remove deprecation warnings #165

Closed laurentheirendt closed 3 years ago

laurentheirendt commented 3 years ago

These deprecation warnings are currently being thrown:

┌ Warning: `DataFrame(columns::AbstractMatrix)` is deprecated, use `DataFrame(columns, :auto)` instead.
│   caller = ip:0x0
└ @ Core :-1

Let's remove them 👍

exaexa commented 3 years ago

Kindof wondering if these things still occur (especially after I removed almost all DataFrames stuff). Perhaps this is solved now?

laurentheirendt commented 3 years ago

in the CI run one would see if they are still thrown or not

exaexa commented 3 years ago

ah wow, still there and I also discovered another warning :D