Status | ||||
---|---|---|---|---|
|
Even when an App runs locally, the parameters of the functions used are stored in a config file in JSON format (config.json.example
). But this file doesn’t support all the Python types (for instance the numpy.nd.arrays
and the tuples
).
...