Shafaq-Siddiqi commented on a change in pull request #1155:
URL: https://github.com/apache/systemds/pull/1155#discussion_r567250677



##########
File path: 
scripts/staging/bayesian_optimisation/test/bayesianOptimisationSinTest.dml
##########
@@ -0,0 +1,47 @@
+# Test
+source("./scripts/staging/bayesian_optimisation/bayesianOptimisation.dml") as 
bayOpt;
+
+kernel_gaus = function(Matrix[Double] X1, Matrix[Double] X2, Double variance)
+  return (Matrix[Double] result)
+{
+    #TODO: What to do about multiple dimensional matrix?

Review comment:
       Hi,
   Just quick feedback, in DML we use two-space indentation. 




----------------------------------------------------------------
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:
[email protected]


Reply via email to