Skip to content

Fix bug in scaling

Alexander Froch requested to merge alfroch-fix-scaling into master

This MR fixes a bug in the get_scaling_generator. The scale_dict was defined outside the loop and it was appended to it. In the following, this produces issues in the combination of the chunks.

Edited by Alexander Froch

Merge request reports