You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ba...@apache.org on 2020/09/21 09:23:59 UTC

[systemds] branch master updated (e2c5977 -> 1f136eb)

This is an automated email from the ASF dual-hosted git repository.

baunsgaard pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git.


    from e2c5977  [MINOR] Seperate compile and tests step function tests
     add 1f136eb  [MINOR] Python API hardening, and stability

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/sysds/api/PythonDMLScript.java |  8 ++-
 .../python/systemds/context/systemds_context.py    | 50 +++++++++++++------
 .../java/org/apache/sysds/test/usertest/Base.java  |  5 +-
 .../sysds/test/usertest/UserInterfaceTest.java     |  2 -
 .../sysds/test/usertest/pythonapi/StartupTest.java | 58 ++++++++++++++++++++++
 5 files changed, 104 insertions(+), 19 deletions(-)
 create mode 100644 src/test/java/org/apache/sysds/test/usertest/pythonapi/StartupTest.java