circuitpython-ulab/tests
Jeff Epler 903016ec44 slicing: add test of slice assignment
This tests that ulab and python3/numpy match on various slice assignments
that preserve the length of the array.  slice assignments that change
the length of the array are not tested.

Unlike the case of "load slice", this case of "modify slice" is not
compared to the built in list type, since "modify slice" is only
implemented in micropython for simple (stride=1) slices.
2020-02-29 17:11:56 -06:00
..
00smoke.py fix tests after 'eye' was moved 2020-02-27 13:53:29 -06:00
00smoke.py.exp Add github actions 2020-02-15 19:57:50 -06:00
constructors.py fix tests after 'eye' was moved 2020-02-27 13:53:29 -06:00
constructors.py.exp add more tests 2020-02-18 21:36:49 -06:00
operators.py Move zeros(), ones() to base ulab module 2020-02-27 10:05:50 -06:00
operators.py.exp add missing expected-file 2020-02-18 21:40:31 -06:00
slicing.py slicing: add test of slice assignment 2020-02-29 17:11:56 -06:00
slicing.py.exp slicing: add test of slice assignment 2020-02-29 17:11:56 -06:00