Closed hiltay closed 11 months ago
Thanks! Could you, please, increment the version number here https://github.com/v923z/micropython-ulab/blob/e32920645c8c5e6153f29e4e33ca7e3b7087aef1/code/ulab.c#L36, and add an entry here https://github.com/v923z/micropython-ulab/blob/master/docs/ulab-change-log.md?
Also, it would be great, if this error was addressed in https://github.com/v923z/micropython-ulab/blob/master/tests/2d/numpy/delete.py.
When you modify the unit test, you have to update the expected file: https://github.com/v923z/micropython-ulab/blob/master/tests/2d/numpy/delete.py.exp.
I'm very willing to contribute and test:) anything else to add?
I'm very willing to contribute and test:) anything else to add?
I think this is complete now, and as soon as the workflow finishes, I merge the PR. Many thanks for contributing!
fix the
np.delete
bug in simple way. now,if the second positional argument is empty list[]
,return the original array instead.