Baunsgaard commented on code in PR #1881:
URL: https://github.com/apache/systemds/pull/1881#discussion_r1290438506


##########
scripts/builtin/vectorToCsv.dml:
##########
@@ -32,10 +32,10 @@
 # indexes  indexes
 # 
----------------------------------------------------------------------------------------
 
-m_vectorToCsv = function(Matrix[Double] mask)
+m_vectorToCsv = function(Matrix[Double] mask = as.matrix(0), Integer n=1)

Review Comment:
   the error is here, or rather the parsers we have in Python does not like 
this syntax.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to