arrayfire / arrayfire-python

Python bindings for ArrayFire: A general purpose GPU library.

Home Page:https://arrayfire.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parameters switched in documentation for "sort_by_key"

honkomonk opened this issue · comments

Hi,

it looks like the parameters for the function "sort_by_key" are in the wrong order in the ArrayFire-Python documentation.

The Python doc says values before keys:
http://arrayfire.org/arrayfire-python/arrayfire.algorithm.html#arrayfire.algorithm.sort_by_key

While the C/C++ doc states keys before values:
http://arrayfire.org/docs/group__sort__func__sort__keys.htm

After staring at the python doc and my results for a while the C/C++ doc confirmed my suspicion.

@honkomonk do you want to send a PR to fix this :) if not I'll patch it in the evening.