7aeb73a16e
ndarray: Fix memoryview(ulab.array(...))
...
For now this only handles the 1D case. In theory it would work for
any dense array, however, I found that ndarray_is_dense didn't behave
for me so I implemented this instead.
Add a test. Before the change, this test would segfault.
Closes #328 .
2021-02-19 08:29:41 -06:00
Zoltán Vörös
9d34f8a359
added approx tests to circuitpython
2020-11-23 22:04:29 +01:00
Zoltán Vörös
2011510871
fixed fmin test
2020-11-23 21:43:34 +01: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
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
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
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
Zoltán Vörös
b93c4b95ab
split test scripts into numpy-compatible and circuitpy-compatible sets
2020-11-20 08:10:19 +01:00
Zoltán Vörös
050a63c455
updated exp files
2020-11-02 23:27:59 +01:00
Zoltán Vörös
ddd553f76f
fixed slicing error
2020-10-21 07:12:25 +02:00
Zoltán Vörös
ca61961d22
fixed test scripts
2020-10-17 21:26:59 +02:00
Zoltán Vörös
6ff9d2cb04
add test script for compare module
2020-04-21 23:24:24 +02:00
470ea6578a
add expected-output of tests
2020-04-13 15:29:45 -05:00
5fefea4871
add test
2020-04-13 15:28:49 -05:00
d41fb86fd0
add test of linspace
2020-04-06 08:36:25 -05:00
Zoltán Vörös
d55df3d4a0
added slicing2.py.exp to the test suite
2020-03-30 23:31:14 +02:00