Baunsgaard opened a new pull request, #1729:
URL: https://github.com/apache/systemds/pull/1729

   This commit finally adds a long wanted feature to python scripts.
       This allows us to call multiple end nodes in a script without having
       to do multiple executions.
       
       Combine(Write(X,"Path1"), Write(Y,"Path2")).compute()
       
       Similarly we can do:
       
       Combine(Print(X), Write(X,"Path1)).compute()


-- 
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