issues
search
ih4cku
/
blog
deprecated, Git issues are great for writing blogs :)
2
stars
0
forks
source link
numpy 'np.argwhere' and 'np.where'
#16
Open
ih4cku
opened
8 years ago
ih4cku
commented
8 years ago
the output of
np.argwhere
is not suitable for indexing, use
np.where
instead which calls
np.nonzero
np.argwhere
is not suitable for indexing, usenp.where
instead which callsnp.nonzero