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



##########
File path: src/test/scripts/functions/builtin/residencymatch.dml
##########
@@ -0,0 +1,10 @@
+# this dml file will run the  ResidencyMatchMain function in builtin functions 
 in scripts/builtin
+R = read($1)
+H = read($2)
+C = read($3)
+alg = $4
+if( alg == "residencymatch" )

Review comment:
       please remove this condition as you have only one algorithm to match. 




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