llc-tools icon indicating copy to clipboard operation
llc-tools copied to clipboard

Improve our testing

Open jni opened this issue 5 years ago • 0 comments

In #11, @trhallam added some basic tests (🎉!). We can be more elaborate:

  • [ ] ensure that running the function with a lowlevelcallable and a Python callable (the un-decorated function) gives the same results
  • [ ] ensure that lowlevelcallable is faster than pure python
  • [ ] ensure that providing input array as output gives the desired results (not sure yet whether this is technically possible from the SciPy side).

jni avatar Jan 11 '21 00:01 jni