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

Correct parameters checking in new style methods #236

Open
PokhodenkoSA opened this issue Oct 18, 2019 · 0 comments
Open

Correct parameters checking in new style methods #236

PokhodenkoSA opened this issue Oct 18, 2019 · 0 comments

Comments

@PokhodenkoSA
Copy link
Contributor

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant