Skip to content

[MNT]: Inconsistent type annotation #30670

@ABarpanda

Description

@ABarpanda

Summary

Image

Due to inconsistent type annotations, even though zs is a also a List[Any] (similar to xs and ys), Pylance is considering zs as an integer type variable.

Proposed fix

Image A possible fix is to use inline type annotation with Union of List (np.typing.ArrayLike) and float.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions