Skip to content

Python warnings on load #35

@tbirdso

Description

@tbirdso

Warnings for unknown parameters / template already defined when the itk-genericlabelinterpolator module first loads.

Python 3.8.5 (default, Sep  3 2020, 21:29:08) [MSC v.1916 64 bit (AMD64)] :: Anaconda, Inc. on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import itk
>>> itk.LabelImageGenericInterpolateImageFunction[itk.Image[itk.US,3]].New()
Warning: Unknown parameter 'itk::LinearInterpolateImageFunction' in template 'itk::LabelImageGenericInterpolateImageFunction'
Warning: Unknown parameter 'itk::NearestNeighborInterpolateImageFunction' in template 'itk::LabelImageGenericInterpolateImageFunction'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<signedshort,2>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<unsignedchar,2>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<unsignedshort,2>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<float,2>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<double,2>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<itk::RGBPixel<unsignedchar>,2>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<itk::RGBAPixel<unsignedchar>,2>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<signedshort,3>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<unsignedchar,3>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<unsignedshort,3>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<float,3>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<double,3>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<itk::RGBPixel<unsignedchar>,3>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<itk::RGBAPixel<unsignedchar>,3>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<signedshort,4>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<unsignedchar,4>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<unsignedshort,4>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<float,4>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<double,4>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<itk::RGBPixel<unsignedchar>,4>,itk::NearestNeighborInterpolateImageFunction>'
Warning: template already defined 'itk::LabelImageGenericInterpolateImageFunction<itk::Image<itk::RGBAPixel<unsignedchar>,4>,itk::NearestNeighborInterpolateImageFunction>'
<itk.itkLabelImageGenericInterpolateImageFunctionPython.itkLabelImageGenericInterpolateImageFunctionIUS3NearestNeighbor; proxy of <Swig Object of type 'itkLabelImageGenericInterpolateImageFunctionIUS3NearestNeighbor *' at 0x0000020C41C17210> >

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