
array_to_checksum
=================



.. py:function:: stimupy.utils.export.array_to_checksum(arr)


   Hash (md5) array values, and return hex-checksum

   :param arr: array to be hashed.
   :type arr: numpy.ndarray

   :returns: hex-string representation of hash (MD5) of given array
   :rtype: str




 