For example, in simple-ckks-bootstrapping-composite-scaling, if one sets dcrtBits to 57 and firstMod to 60, but leaves registerWordSize unset, the registerWordSize takes the value of 64 and the result after bootstrapping is incorrect (everything is scaled down by 8).
In such cases, the behavior would be to default to the FLEXIBLEAUTO mode (make sure this is appropriately set everywhere in the codebase).
For example, in simple-ckks-bootstrapping-composite-scaling, if one sets dcrtBits to 57 and firstMod to 60, but leaves registerWordSize unset, the registerWordSize takes the value of 64 and the result after bootstrapping is incorrect (everything is scaled down by 8).
In such cases, the behavior would be to default to the FLEXIBLEAUTO mode (make sure this is appropriately set everywhere in the codebase).