[ https://issues.apache.org/jira/browse/SYSTEMML-527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Deron Eriksson closed SYSTEMML-527. ----------------------------------- > Write metadata description with description parameter to write function > ----------------------------------------------------------------------- > > Key: SYSTEMML-527 > URL: https://issues.apache.org/jira/browse/SYSTEMML-527 > Project: SystemML > Issue Type: Improvement > Components: APIs > Reporter: Deron Eriksson > Assignee: Deron Eriksson > Priority: Minor > Fix For: SystemML 0.13 > > > The "description" metadata attribute can be used to describe the data in the > corresponding data file. However, if you try passing in a description via a > description parameter to the write method, the specified description does not > appear in the output metadata file. > For example: > {code} > write(b, "n.csv", format="csv", description="this is a test"); > {code} > generates: > {code} > { > "data_type": "matrix", > "value_type": "double", > ... > "description": { > "author": "SystemML" > } > } > {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346)