You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Glenn Weidner (JIRA)" <ji...@apache.org> on 2016/06/24 00:02:16 UTC

[jira] [Created] (SYSTEMML-771) Fix warnings in CsplineCG.dml and CsplineDS.dml

Glenn Weidner created SYSTEMML-771:
--------------------------------------

             Summary: Fix warnings in CsplineCG.dml and CsplineDS.dml
                 Key: SYSTEMML-771
                 URL: https://issues.apache.org/jira/browse/SYSTEMML-771
             Project: SystemML
          Issue Type: Sub-task
          Components: Algorithms
            Reporter: Glenn Weidner
            Assignee: Glenn Weidner
            Priority: Minor


Both CsplineCG.dml and CsplineDS.dml scripts report similar warnings:

CsplineCG.dml -- line 105, column 2 -- print statement can only print scalars
CsplineDS.dml -- line 85, column 3 -- print statement can only print scalars

The conditional print statements are not valid and script execution error occurs if print attempted.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)