Skip to content

Fix rounding issue in void cell labelling check

William Roper requested to merge zoom_fix_void_count_check into zoom_merge

Fixes an issue where the target_void_count checked against the count of void cells found in zoom_find_void_cells could suffer from rounding issues that led to errors when in reality all void cells had been found.

Merge request reports