e-strauss commented on code in PR #2119: URL: https://github.com/apache/systemds/pull/2119#discussion_r1774711385
########## src/main/python/systemds/operator/nodes/list.py: ########## @@ -75,11 +74,6 @@ def pass_python_data_to_prepared_script(self, sds, var_name: str, prepared_scrip prepared_script.setMatrix(var_name, numpy_to_matrix_block( sds, self._np_array), True) # True for reuse - def code_line(self, var_name: str, unnamed_input_vars: Sequence[str], - named_input_vars: Dict[str, str]) -> str: - code_line = super().code_line(var_name, unnamed_input_vars, named_input_vars) - return code_line - Review Comment: removed since we call anyways the super class method, so no need to overwrite imo -- 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