Commit graph

699 commits

Author SHA1 Message Date
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
Zoltán Vörös
f6f95f39c7
Merge pull request #241 from mouryarahul/fft
Script to test FFT and Filter
2020-11-23 07:45:26 +01:00
Zoltán Vörös
771ac047fe
Merge pull request #257 from mouryarahul/optim
add script to test numerical optimization functions
2020-11-23 07:42:48 +01:00
Zoltán Vörös
b6e90096c5
Merge pull request #253 from mouryarahul/filter
add script to test filter functions
2020-11-23 07:42:14 +01:00
Zoltán Vörös
094302e414
Merge pull request #254 from mouryarahul/approx
remove approx.py
2020-11-23 07:41:32 +01:00
Zoltán Vörös
6dafbef969
Merge pull request #255 from mouryarahul/trapz
add test script for trapz function
2020-11-23 07:40:38 +01:00
Zoltán Vörös
093ab71ea8
Merge pull request #256 from mouryarahul/interp
add test script for interp function
2020-11-23 07:40:07 +01:00
Zoltán Vörös
e748e4aa32
Merge pull request #258 from v923z/norm-fix
fixed linalg.norm
2020-11-23 07:39:32 +01:00
Zoltán Vörös
d384b3b63b fixed linalg.norm 2020-11-23 07:03:17 +01:00
mouryarahul
b35f4ff7d1 add script to test numerical optimization functions 2020-11-23 00:21:07 +00:00
mouryarahul
b8d36719d0 add test script for interp function 2020-11-23 00:14:43 +00:00
mouryarahul
195afc9ac4 add test script for trapz function 2020-11-23 00:08:34 +00:00
mouryarahul
14302180d1 remove approx.py 2020-11-23 00:00:53 +00:00
mouryarahul
9dd719a792 add script to test filter functions 2020-11-22 23:22:17 +00:00
mouryarahul
d43dd21ef1 remove old filter_fft.py 2020-11-22 23:14:25 +00:00
mouryarahul
3552b42cf5 add script to test fft and ifft 2020-11-22 23:12:41 +00:00
Zoltán Vörös
c34570e6c4
Rename operators_extra.py.exp to operators.py.exp 2020-11-22 20:49:26 +01:00
Zoltán Vörös
c3f7519d6a
Rename operators_extra.py to operators.py 2020-11-22 20:49:07 +01:00
Zoltán Vörös
87a3861273
Merge pull request #247 from mouryarahul/poly
add script to test polynomial module
2020-11-22 20:46:06 +01:00
mouryarahul
958c3f12d4 merge poly.py and poly_extra.py 2020-11-21 22:52:31 +00:00
mouryarahul
80059244b9 merged poly.py and poly_extra.py 2020-11-21 22:41:33 +00:00
mouryarahul
25dfdeebcd minor change 2020-11-21 22:39:52 +00:00
Zoltán Vörös
d9af80e7d9
Merge pull request #243 from mouryarahul/linalg
add script to test linalg module
2020-11-21 20:17:56 +01:00
mouryarahul
45ceae68ec rename polyval to poly_extra 2020-11-21 16:58:05 +00:00
Zoltán Vörös
28d8ccf66a
Merge pull request #251 from v923z/build-fix
unpinned micropython v.1.13
2020-11-21 08:47:05 +01:00
Zoltán Vörös
b7f2cf0193 unpinned micropython v.1.13 2020-11-21 08:41:27 +01:00
Zoltán Vörös
5f7092cec0
Merge pull request #242 from mouryarahul/init
add script to test array initialisation
2020-11-21 07:53:54 +01:00
Zoltán Vörös
48b23e05e7
Merge pull request #244 from mouryarahul/methods
add script to test methods on array
2020-11-21 07:43:46 +01:00
Zoltán Vörös
ffcb74e128
Merge pull request #245 from mouryarahul/numericals
add script to test numericals module
2020-11-21 07:41:20 +01:00
Zoltán Vörös
ae6a0791d7
Merge pull request #246 from mouryarahul/operators
add script to test operators module
2020-11-21 07:40:31 +01:00
Zoltán Vörös
3330c16dbc
Merge pull request #248 from mouryarahul/universal
add script to test universal functions
2020-11-21 07:37:41 +01:00
Zoltán Vörös
4b2f10fa00
Merge pull request #240 from mouryarahul/approx
add script for testing approx module
2020-11-21 07:36:18 +01:00
mouryarahul
5aaf4095f3 add script to test universal functions 2020-11-21 00:27:51 +00:00
mouryarahul
63fee69162 add script to test polynomial module 2020-11-21 00:15:59 +00:00
mouryarahul
fc70f61194 add script to test operators module 2020-11-21 00:09:33 +00:00
mouryarahul
8fc18e2468 add script to test numericals module 2020-11-20 23:59:11 +00:00
mouryarahul
b302e8224b add script to test methods on array 2020-11-20 23:50:51 +00:00
mouryarahul
a6692b0d4d add script to test linalg module 2020-11-20 23:41:03 +00:00
mouryarahul
1aa803a79d add script to test array initialisation 2020-11-20 23:31:37 +00:00
mouryarahul
a070f73267 add test script for filter and fft 2020-11-20 23:22:18 +00:00
mouryarahul
1c54e78eb8 minor change 2020-11-20 23:15:14 +00:00
mouryarahul
d2b5180328 add script for testing approx module 2020-11-20 23:02:34 +00:00
Zoltán Vörös
6850079cf3
Merge pull request #239 from v923z/interp-fix
fixed interp
2020-11-20 17:36:10 +01:00
Zoltán Vörös
7262f3a8aa fixed interp 2020-11-20 17:31:58 +01:00
Zoltán Vörös
c0cb577fd7
Merge pull request #238 from v923z/build-fix
unpin micropython v.1.13
2020-11-20 16:12:13 +01:00
Zoltán Vörös
8442948dba unpin micropython v.1.13 2020-11-20 16:08:55 +01:00
Zoltán Vörös
aae4441df0
Merge pull request #237 from v923z/test-fix
split test scripts into numpy-compatible and circuitpy-compatible sets
2020-11-20 15:33:13 +01:00
Zoltán Vörös
dcfee63c96 added circuitpython poly test 2020-11-20 15:09:30 +01:00
Zoltán Vörös
a7decc13bc added circuitpython compare tests 2020-11-20 15:07:26 +01:00
Zoltán Vörös
f08e276977 added circuitpython argmin/argmax test 2020-11-20 15:04:53 +01:00