circuitpython-ulab/tests/1d/numpy
Damien George 41fcf1d4cf
Minor compile fixes: comma and new-line at end of files (#550)
* Fix missing comma in type definition

Signed-off-by: Damien George <damien@micropython.org>

* Make sure all files have a new-line at the end

Some very old compilers don't like files without a new-line at the end.

Signed-off-by: Damien George <damien@micropython.org>

* Use math.isclose for universal_functions expm1 test

Signed-off-by: Damien George <damien@micropython.org>

Signed-off-by: Damien George <damien@micropython.org>
2022-09-30 10:42:49 +02:00
..
00smoke.py Re-organize tests 2021-07-23 09:19:10 -05:00
00smoke.py.exp Re-organize tests 2021-07-23 09:19:10 -05:00
argminmax.py Re-organize tests 2021-07-23 09:19:10 -05:00
argminmax.py.exp Re-organize tests 2021-07-23 09:19:10 -05:00
compare.py Re-organize tests 2021-07-23 09:19:10 -05:00
compare.py.exp Re-organize tests 2021-07-23 09:19:10 -05:00
convolve.py Re-organize tests 2021-07-23 09:19:10 -05:00
convolve.py.exp Re-organize tests 2021-07-23 09:19:10 -05:00
fft.py Re-organize tests 2021-07-23 09:19:10 -05:00
fft.py.exp Re-organize tests 2021-07-23 09:19:10 -05:00
gc.py Re-organize tests 2021-07-23 09:19:10 -05:00
gc.py.exp implement nonzero (#540) 2022-08-03 20:56:45 +02:00
interp.py Re-organize tests 2021-07-23 09:19:10 -05:00
interp.py.exp Re-organize tests 2021-07-23 09:19:10 -05:00
optimize.py Re-organize tests 2021-07-23 09:19:10 -05:00
optimize.py.exp Re-organize tests 2021-07-23 09:19:10 -05:00
poly.py Re-organize tests 2021-07-23 09:19:10 -05:00
poly.py.exp Re-organize tests 2021-07-23 09:19:10 -05:00
slicing.py Re-organize tests 2021-07-23 09:19:10 -05:00
slicing.py.exp Re-organize tests 2021-07-23 09:19:10 -05:00
slicing2.py Re-organize tests 2021-07-23 09:19:10 -05:00
slicing2.py.exp Re-organize tests 2021-07-23 09:19:10 -05:00
sum.py add simple test for sum() 2021-11-30 20:38:43 +01:00
sum.py.exp add simple test for sum() 2021-11-30 20:38:43 +01:00
trapz.py Re-organize tests 2021-07-23 09:19:10 -05:00
trapz.py.exp Re-organize tests 2021-07-23 09:19:10 -05:00
universal_functions.py Minor compile fixes: comma and new-line at end of files (#550) 2022-09-30 10:42:49 +02:00
universal_functions.py.exp Minor compile fixes: comma and new-line at end of files (#550) 2022-09-30 10:42:49 +02:00