Skip to content

errors when adding polygons with 4 points  #1651

@joamatab

Description

@joamatab

When adding polygons with 4 points we get an error

poly1 = kdb.Polygon(
    [
        [-8, -6],
        [6, 8],
        [7, 17],
        [9, 5],
    ]
)
TypeError: Ambiguous overload variants - multiple method declarations match arguments in Polygon.__init__

@amccaugh
@sebastian-goeldi

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions