You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by na...@apache.org on 2017/07/05 20:29:57 UTC

systemml git commit: [HOTFIX] Removed extraneous file that got committed with SYSTEMML-1735

Repository: systemml
Updated Branches:
  refs/heads/master a7364746a -> 82ca13d23


[HOTFIX] Removed extraneous file that got committed with SYSTEMML-1735


Project: http://git-wip-us.apache.org/repos/asf/systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/82ca13d2
Tree: http://git-wip-us.apache.org/repos/asf/systemml/tree/82ca13d2
Diff: http://git-wip-us.apache.org/repos/asf/systemml/diff/82ca13d2

Branch: refs/heads/master
Commit: 82ca13d23f44152befcf15fd2eae09729b1f618a
Parents: a736474
Author: Nakul Jindal <na...@gmail.com>
Authored: Wed Jul 5 13:29:09 2017 -0700
Committer: Nakul Jindal <na...@gmail.com>
Committed: Wed Jul 5 13:29:09 2017 -0700

----------------------------------------------------------------------
 relational.dml | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/systemml/blob/82ca13d2/relational.dml
----------------------------------------------------------------------
diff --git a/relational.dml b/relational.dml
deleted file mode 100644
index 3f492a1..0000000
--- a/relational.dml
+++ /dev/null
@@ -1,6 +0,0 @@
-A = rand(rows=10, cols=10)
-B = rand(rows=10, cols=10)
-
-C = A >= B
-
-print(toString(C))
\ No newline at end of file