e-strauss commented on code in PR #2119: URL: https://github.com/apache/systemds/pull/2119#discussion_r1774722953
########## src/main/python/systemds/operator/nodes/multi_return.py: ########## @@ -68,18 +67,18 @@ def _parse_output_result_variables(self, result_variables): result_var = [] jvmV = self.sds_context.java_gateway.jvm for idx, v in enumerate(self._script.out_var_name): - out_type = self._outputs[idx].output_type - if out_type == OutputType.MATRIX: + output = self._outputs[idx] Review Comment: to avoid cyclic dependencies I used instead of isinstance the to_string value -- 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. To unsubscribe, e-mail: dev-unsubscr...@systemds.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org