You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that memory loss is increasing in the calling function 'fill_closed_region_with_iso_contours' located in class 'pathEngine'.
There is a the while loop in the line 'while(len(contours)!= 0)' . I think the while loop can not terminate when the length of the 'contours' variable value is not equal to zero. So, the program will still continue and do not stop.
The text was updated successfully, but these errors were encountered:
I found that memory loss is increasing in the calling function 'fill_closed_region_with_iso_contours' located in class 'pathEngine'.
There is a the while loop in the line 'while(len(contours)!= 0)' . I think the while loop can not terminate when the length of the 'contours' variable value is not equal to zero. So, the program will still continue and do not stop.
The text was updated successfully, but these errors were encountered: