Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing defaults against NumPy's functions #58

Open
joaosferreira opened this issue Jun 9, 2020 · 0 comments
Open

Testing defaults against NumPy's functions #58

joaosferreira opened this issue Jun 9, 2020 · 0 comments

Comments

@joaosferreira
Copy link
Collaborator

Testing multimethods' default implementations against the corresponding NumPy functions and comparing their results allows for a better development by identifying and potentially covering more corner cases, resulting in robust and accurate implementations.
The default implementation for the norm function in the Linear Algebra module should serve as a good starting point for putting this into practice as it has enough of these cases. Most of norm_default is already implemented in 366057b.

This was briefly mentioned in #56 (comment) and further discussed here.

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

No branches or pull requests

1 participant