Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
SystemML 0.9, SystemML 0.10
-
None
Description
Currently, PyDML has a bug in which it uses 1-based indexing, as in R & DML, rather than the correct 0-based indexing that Python uses. This simply aims to fix this issue in the Parser, and then update the few PyDML test scripts to use the correct 0-based indexing.