SciPy

darkhistory.utilities.arrays_equal

darkhistory.utilities.arrays_equal(ndarray_list)

Checks if a list of arrays are all equal.

Parameters:
ndarray_listsequence of ndarrays

List of arrays to compare.

Returns:
bool

True if equal, False otherwise.

This Page