Closed dpgeorge closed 2 years ago
Prior to this change, if you built ulab with the default 2 dimensions and ran code that needed more than 2 (eg
tests/4d/complex/imag_real.py
) it would error out with the confusing message "ValueError: maximum number of dimensions is 4".
Indeed. Many thanks!
Again, thanks for your contribution, comments, and insights!
Thanks for merging!
Prior to this change, if you built ulab with the default 2 dimensions and ran code that needed more than 2 (eg
tests/4d/complex/imag_real.py
) it would error out with the confusing message "ValueError: maximum number of dimensions is 4".