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
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
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
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
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
b93c4b95ab
split test scripts into numpy-compatible and circuitpy-compatible sets
2020-11-20 08:10:19 +01:00