Skip to content

Fix false value range condition in NULLABLE_AXIS_WITHOUT_2

Han Zhang requested to merge patch-1 into master

As the name of this constraint and the corresponding error message says, the value should be in range of [-1,1]. However, it was defined as intValue >= -1 && intValue <= 2 in the original code.

Merge request reports