circuitpython-ulab/tests
Jeff Epler 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
..
circuitpy added approx tests to circuitpython 2020-11-23 22:04:29 +01:00
common ndarray: Fix memoryview(ulab.array(...)) 2021-02-19 08:29:41 -06:00
numpy fixed fmin test 2020-11-23 21:43:34 +01:00