Wow this looks great! On Mon, Jan 16, 2023 at 10:52 AM Ralf Gommers <[email protected]> wrote:
> > > On Mon, Jan 16, 2023 at 3:28 PM Mark Harfouche <[email protected]> > wrote: > >> I am trying to create a few different duck arrays that are backed by >> different files. >> >> Is there a standard test suite that we can inspire ourselves from that >> helps us assert: >> >> "Arrays should implement all these different functions and the results >> should be correct" >> > > Have a look at https://github.com/data-apis/array-api-tests/, it does > pretty much that and is meant to easily be configurable and can run against > an arbitrary array library. > > For everything in NumPy that's not in the array API standard, I'm not > aware of such a test suite (and it's then a fairly ill-defined problem > anyway). > > Cheers, > Ralf > > _______________________________________________ > NumPy-Discussion mailing list -- [email protected] > To unsubscribe send an email to [email protected] > https://mail.python.org/mailman3/lists/numpy-discussion.python.org/ > Member address: [email protected] >
_______________________________________________ NumPy-Discussion mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/numpy-discussion.python.org/ Member address: [email protected]
