Closed ju-ec closed 1 year ago
VOIs that start with coordinates with a negative X value were not read properly, because the isdigit() function evaluates to False for negative numbers. This has been fixed by stripping the minus sign when checking
Thanks for the fix :)
VOIs that start with coordinates with a negative X value were not read properly, because the isdigit() function evaluates to False for negative numbers. This has been fixed by stripping the minus sign when checking