How to index ndarray in tuple using boolean with Numpy Python?

后端 未结 0 423
囚心锁ツ
囚心锁ツ 2021-01-20 12:37

I would like to index ndarray in a tuple using a boolean mask such as below

import numpy as np
n_max = 5
list_no = np.a         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题