Closed sh1ng closed 5 years ago
According to swig file we always use C-arrays(conversion is implemented in numpy.i). That's why we no need to pass order. Probably at some version of numpy transpose started just change order without touching data itself.
order
PS. clang-format creates a lot of changes :-(
clang-format
According to swig file we always use C-arrays(conversion is implemented in numpy.i). That's why we no need to pass
order
. Probably at some version of numpy transpose started just change order without touching data itself.PS.
clang-format
creates a lot of changes :-(