Closed nikita-kotsehub closed 3 years ago
@v923z can you take a look?
@v923z can you take a look?
I'm on it.
We could potentially add all the settings to the CI over in micropython-ulab once this is sorted, let me know if you have an interest in me doing that.
Do you mean that the dimensions could be checked out, one by one? I think that wouldn't be a bad idea. I would have to re-write the test scripts, though. I think, at the moment they are really geared for 2D.
@jepler @nikita-kotsehub I think I have found the error. It is fixed in https://github.com/v923z/micropython-ulab/pull/428. New release coming in a couple of minutes.
CircuitPython version
Code/REPL
Behavior
Description
I tried making a build where ULAB_MAX_DIMS is 4 to support four dimensions. However, I get the errors above when trying to make a build. I could easily build the stock build (no changes), and also after changing ULAB_MAX_DIMS to 3. Hence, I think the issue is with the 4th dimension, although, according to the comments in ulab.h, "Possible values lie between 1, and 4, inclusive."
Additional information
No response