diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2015-11-03 09:15:12 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2015-11-04 14:17:52 -0700 |
commit | cbfd9370ee273ef8f7694d1c689649e98d8ee08b (patch) | |
tree | 5b6453ec73781d05643a278800a413e9e9651c59 /numpy/core/function_base.py | |
parent | 2bc5cb9a19027704d13f06b02c0bbd07e6aebd29 (diff) | |
download | numpy-cbfd9370ee273ef8f7694d1c689649e98d8ee08b.tar.gz |
BUG: Fix swig make_fortran function.
The function was calling PyArray_FromArray with NPY_FORTRANORDER instead
of NPY_ARRAY_F_CONTIGUOUS. The first is of type NPY_ORDER and the second
is a flag.
Closes #6618. [ci skip]
Diffstat (limited to 'numpy/core/function_base.py')
0 files changed, 0 insertions, 0 deletions