Skip to content

Commit f2b1cc4

Browse files
committed
Fix typo in NumberNode
1 parent c4dedb9 commit f2b1cc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dwave/optimization/symbols/numbers.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ cdef class IntegerVariable(ArraySymbol):
332332

333333
cdef optional[vector[double]] cpplower_bound = nullopt
334334
cdef optional[vector[double]] cppupper_bound = nullopt
335-
cdef vector[BinaryNode.AxisBound] cppbound_axes = _convert_python_bound_axes(subject_to)
335+
cdef vector[IntegerNode.AxisBound] cppbound_axes = _convert_python_bound_axes(subject_to)
336336
cdef const double[:] mem
337337

338338
if lower_bound is not None:

0 commit comments

Comments
 (0)