Timeline for How to compare two arrays of arrays 'array-elementwise' in Numpy?
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 7, 2017 at 17:07 | comment | added | hpaulj |
map loops over the rows of A==B. not False in item is better expressed as all(item). [all(row) for row in A==B] is a clearer version of this approach.
|
|
| Jan 7, 2017 at 15:46 | comment | added | Daniel |
Using map doesn't use the power of numpy.
|
|
| Jan 7, 2017 at 15:44 | vote | accept | vwrobel | ||
| Jan 7, 2017 at 17:09 | |||||
| Jan 7, 2017 at 15:42 | review | First posts | |||
| Jan 7, 2017 at 15:57 | |||||
| Jan 7, 2017 at 15:38 | history | answered | Matho | CC BY-SA 3.0 |