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

Warnings when running tests

Open ViralBShah opened this issue 1 year ago • 3 comments

     Testing Running tests...
WARNING: using deprecated binding Colors.RGB1 in ImageCore.
, use XRGB instead.
WARNING: ImageCore.RGB1 is deprecated, use ColorTypes.XRGB{T} where T<:Union{AbstractFloat, FixedPointNumbers.FixedPoint{T, f} where f where T<:Integer} instead.
  likely near none:8
WARNING: using deprecated binding Colors.RGB4 in ImageCore.
, use RGBX instead.
WARNING: ImageCore.RGB4 is deprecated, use ColorTypes.RGBX{T} where T<:Union{AbstractFloat, FixedPointNumbers.FixedPoint{T, f} where f where T<:Integer} instead.
  likely near none:8
WARNING: using deprecated binding Colors.RGB1 in ImageCore.
, use XRGB instead.
WARNING: ImageCore.RGB1 is deprecated, use ColorTypes.XRGB{T} where T<:Union{AbstractFloat, FixedPointNumbers.FixedPoint{T, f} where f where T<:Integer} instead.
  likely near /Users/viral/.julia/packages/ImageCore/DpvRI/test/runtests.jl:7
WARNING: using deprecated binding Colors.RGB4 in ImageCore.
, use RGBX instead.
WARNING: ImageCore.RGB4 is deprecated, use ColorTypes.RGBX{T} where T<:Union{AbstractFloat, FixedPointNumbers.FixedPoint{T, f} where f where T<:Integer} instead.
  likely near /Users/viral/.julia/packages/ImageCore/DpvRI/test/runtests.jl:7
Test Summary:               | Pass  Total  Time
Project meta quality checks |   10     10  8.0s
┌ Warning: Unable to determine HTML(edit_link = ...) from remote HEAD branch, defaulting to "master".
│ Calling `git remote` failed with an exception. Set JULIA_DEBUG=Documenter to see the error.
│ Unless this is due to a configuration error, the relevant variable should be set explicitly.
└ @ Documenter ~/.julia/packages/Documenter/C1XEF/src/utilities/utilities.jl:640
WARNING: using deprecated binding ImageCore.RGB1 in ImageBase.
, use ColorTypes.XRGB{T} where T<:Union{AbstractFloat, FixedPointNumbers.FixedPoint{T, f} where f where T<:Integer} instead.
WARNING: using deprecated binding ImageCore.RGB4 in ImageBase.
, use ColorTypes.RGBX{T} where T<:Union{AbstractFloat, FixedPointNumbers.FixedPoint{T, f} where f where T<:Integer} instead.
WARNING: using deprecated binding ImageCore.permuteddimsview in ImageBase.
, use PermutedDimsArray instead.

ViralBShah avatar Oct 11 '24 20:10 ViralBShah

Friendly ping on this :)

MilesCranmer avatar Dec 26 '24 00:12 MilesCranmer

Everything has been fixed for most of this - but one bug crept in. This is what needs to be done: https://github.com/JuliaImages/Images.jl/pull/1063

ViralBShah avatar Dec 26 '24 10:12 ViralBShah

this can be closed?

Moelf avatar Apr 23 '25 02:04 Moelf