python, numpy boolean array: negation in where statement

前端 未结 3 848
夕颜
夕颜 2020-12-15 21:53

with:

import numpy as np
array = get_array()

I need to do the following thing:

for i in range(len(array)):
    if random.un         


        
3条回答
提交回复
热议问题