j143 commented on a change in pull request #953:
URL: https://github.com/apache/systemml/pull/953#discussion_r436232457



##########
File path: dev/docs/builtins-reference.md
##########
@@ -384,6 +453,21 @@ y = X %*% rand(rows = ncol(X), cols = 1)
 w = lm(X = X, y = y)
 ress = slicefinder(X = X,W = w, Y = y,  k = 5, paq = 1, S = 2);
 ```
+<<<<<<< HEAD:docs/builtins-reference.md

Review comment:
       If you are on `mice` branch, deleting with `git branch -D mice` is 
equivalent to this image.
   
   
![image](https://user-images.githubusercontent.com/53068787/83934879-7f104e80-a7d1-11ea-9f56-d09e77b32e15.png)
   
   So, first check out to master branch with `git checkout master`! (stay on 
the trunk of the tree, now cut the branch which is safer.)
   :)
   




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to