Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Correct parameters checking in new style methods #236

@PokhodenkoSA

Description

@PokhodenkoSA

According to Numba docs @overload... functions should return nothing (None) if it can not return function for given input types.

All our current implementations of attributes, methods and functions in new style raise exception if input types are incorrect.

I think it is incorrect behavior. And we should correct current implementations.

@shssf, @kozlov-alexey, @Alexander-Makaryev do you agree?

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