且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

用另一个 numpy 数组索引 numpy 数组

更新时间:2022-05-17 22:18:33

根据 NumPy 教程,正确的做法是:

According the NumPy tutorial, the correct way to do it is:

a[tuple(b)]