Skip to content

Commit 4c3127a

Browse files
authored
Update ONNXParser.py
1 parent c0b4ff5 commit 4c3127a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maraboupy/parsers/ONNXParser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@ def subEquations(self, node, makeEquations):
12661266

12671267
assert inputName1 in self.varMap and (inputName2 in self.constantMap or inputName2 in self.varMap)
12681268

1269-
# the sum of the two variables
1269+
# the difference between the two variables
12701270
if inputName1 in self.varMap and inputName2 in self.varMap:
12711271
outputVariables = self.makeNewVariables(nodeName)
12721272
input1 = self.varMap[inputName1].reshape(-1)

0 commit comments

Comments
 (0)