Closed
Description
The values
argument to new_quant_param
overrides the range, but new_quant_param
(and everything I've checked downstream, such as value_seq
) manipulates and validates the range before checking if values is set. It seems like values should be checked before any range checking, so users don't have to set ranges that won't actually be used in the long run.