raiseTypeError("The given array for metainfo '{}' has incorrect type of values in it. The values given are '{}', whereas the datatype given in metainfo is '{}'".format(metaName,actual_numpy_type,dtype_str))
"""Returns a list of numpy types correspoding to the dtypeStr of a
...
...
@@ -629,7 +629,7 @@ class SectionManager(object):
exceptKeyError:
raiseException("Cannot set array values for metadata %s to section %d (%d) of %s, as it is not open"%(valueMetaInfo.name,gI,gIndex,self.metaInfo.name))