Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
Description
PyDML's range() breaks when called with two arguments, eg. range(1, 10). This is at odds with the behavior of Python's range, and of DML's seq() which has a default value of 1.0 for the increment argument and thus does not break when called, eg, seq(1, 10).