array_to_checksum#
- stimupy.utils.export.array_to_checksum(arr)#
Hash (md5) array values, and return hex-checksum
- Parameters:
arr (numpy.ndarray) – array to be hashed.
- Returns:
hex-string representation of hash (MD5) of given array
- Return type:
Hash (md5) array values, and return hex-checksum
arr (numpy.ndarray) – array to be hashed.
hex-string representation of hash (MD5) of given array