Convert a 1 or 2D array into a string with a specified number of digits and delimiter. The reason this exists is that the basic numpy array to string conversions are surprisingly bad. Parameters ------------ array : (n,) or (n, d) float or int Data to be converted
(array, col_delim=' ', row_delim='\n', digits=8,
value_format='{}')
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected