MCPcopy Create free account
hub / github.com/FuxiCV/MeInGame / array_to_string

Function array_to_string

lib/meshio.py:513–585  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected