Baunsgaard commented on code in PR #2113:
URL: https://github.com/apache/systemds/pull/2113#discussion_r1772309835
##########
src/main/python/systemds/script_building/dag.py:
##########
@@ -43,6 +43,8 @@ class OutputType(Enum):
NONE = auto()
SCALAR = auto()
STRING = auto()
+ INT = auto()
+ BOOLEAN = auto()
Review Comment:
you are right, that would make more sense.
I think the reason why it is as it is now, is because someone (probably me)
was lazy when making the initial version.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]