circuitpython-ulab/tests/numpy
Jeff Epler 196104084b tests: try to fit mp, cp, and py3 into one mold
Mostly by providing a "numpy shim" for CircuitPython,
try to make the numpy tests run on all three systems.
(a "scipy shim" might also be useful?)

However, there are test failures.  Is it worth working
through them and getting this to a point where it could
be included?
2020-11-23 15:17:00 -06:00
..
00smoke.py tests: try to fit mp, cp, and py3 into one mold 2020-11-23 15:17:00 -06:00
00smoke.py.exp split test scripts into numpy-compatible and circuitpy-compatible sets 2020-11-20 08:10:19 +01:00
argminmax.py tests: try to fit mp, cp, and py3 into one mold 2020-11-23 15:17:00 -06:00
argminmax.py.exp split test scripts into numpy-compatible and circuitpy-compatible sets 2020-11-20 08:10:19 +01:00
compare.py tests: try to fit mp, cp, and py3 into one mold 2020-11-23 15:17:00 -06:00
compare.py.exp split test scripts into numpy-compatible and circuitpy-compatible sets 2020-11-20 08:10:19 +01:00
fft.py tests: try to fit mp, cp, and py3 into one mold 2020-11-23 15:17:00 -06:00
fft.py.exp add script to test fft and ifft 2020-11-22 23:12:41 +00:00
filter.py tests: try to fit mp, cp, and py3 into one mold 2020-11-23 15:17:00 -06:00
filter.py.exp add script to test filter functions 2020-11-22 23:22:17 +00:00
interp.py tests: try to fit mp, cp, and py3 into one mold 2020-11-23 15:17:00 -06:00
interp.py.exp add test script for interp function 2020-11-23 00:14:43 +00:00
linear_algebra.py tests: try to fit mp, cp, and py3 into one mold 2020-11-23 15:17:00 -06:00
linear_algebra.py.exp add script to test linalg module 2020-11-20 23:41:03 +00:00
methods.py tests: try to fit mp, cp, and py3 into one mold 2020-11-23 15:17:00 -06:00
methods.py.exp add script to test methods on array 2020-11-20 23:50:51 +00:00
numericals.py tests: try to fit mp, cp, and py3 into one mold 2020-11-23 15:17:00 -06:00
numericals.py.exp add script to test numericals module 2020-11-20 23:59:11 +00:00
operators.py tests: try to fit mp, cp, and py3 into one mold 2020-11-23 15:17:00 -06:00
operators.py.exp Rename operators_extra.py.exp to operators.py.exp 2020-11-22 20:49:26 +01:00
optim.py tests: try to fit mp, cp, and py3 into one mold 2020-11-23 15:17:00 -06:00
optim.py.exp add script to test numerical optimization functions 2020-11-23 00:21:07 +00:00
poly.py tests: try to fit mp, cp, and py3 into one mold 2020-11-23 15:17:00 -06:00
poly.py.exp merge poly.py and poly_extra.py 2020-11-21 22:52:31 +00:00
trapz.py tests: try to fit mp, cp, and py3 into one mold 2020-11-23 15:17:00 -06:00
trapz.py.exp add test script for trapz function 2020-11-23 00:08:34 +00:00
universal_functions.py tests: try to fit mp, cp, and py3 into one mold 2020-11-23 15:17:00 -06:00
universal_functions.py.exp add script to test universal functions 2020-11-21 00:27:51 +00:00