Closed inmzhang closed 1 year ago
A small but obvious bug in _build_hyper_partner
_build_hyper_partner
pivot = +1 should be pivot += 1
pivot = +1
pivot += 1
All committers have signed the CLA.
Summary
A small but obvious bug in
_build_hyper_partner
Details and comments
pivot = +1
should bepivot += 1