get_scaling_factor() segfault when used with Single Shift
Due to the quantizer Mul being replaced by a bitshift in the case of a single shift, calling the function get_scaling_factor() causes a segmentation fault when invoked after the quantization of the model (when the single shift flag is set to true).
See issue: aidge#301 (closed)