Closed assumptionsoup closed 2 years ago
@assumptionsoup Thanks for reporting the issue! This is indeed an unintended glitch. I know where the problem is, and will roll out a fix later today.
@assumptionsoup Jordan, could you, please, check out https://github.com/v923z/micropython-ulab/pull/488, and see if you still have difficulties?
In numpy, this is valid:
Which results in:
As of version 3.3.8-2D, ulab doesn't support the invert function on boolean types. Instead it does this:
Which, of course, you can't index with.
It would be nice if ulab had the same behavior as numpy :)