You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ofnorm_default
is already implemented in 366057b.This was briefly mentioned in #56 (comment) and further discussed here.
The text was updated successfully, but these errors were encountered: