The threshold check for basisPoints while a required part of input validation is an unnecessary redundant check because calcPart() does a similar upper bound check and the lower bound check on 0 is only an optimization.
Recommend removing redundant check to save gas and improve readability/maintainability.
