On 9 Dec 2015 14:26, "Heli" wrote:
>
> Dear all,
>
> I am reading a dataset from a HDF5 file using h5py. my datasets are 3D.
>
> Then I will need to check if another 3d numpy array is a subset of this
3D array i am reading from the file.
>
> In general, is there any way to check if two 3d numpy ar
Dear all,
I am reading a dataset from a HDF5 file using h5py. my datasets are 3D.
Then I will need to check if another 3d numpy array is a subset of this 3D
array i am reading from the file.
In general, is there any way to check if two 3d numpy arrays have intersections
and if so, get the in