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
First off thanks for making this package available - i've searched long and hard for a python package for automated rectangle decomposition.
I have had success using this package for certain arrays, however for many arrays the returned rectangles are not optimized.
From the attached you can see 2 arrays, 1 working and 1 not working.
Upon inspection of the not working rectangles that were returned, they are actually all 1 point (4 repeated values of the same x,y coordinate). I compared the 2 arrays (workings vs non working) and i cannot see any difference in the 2 (same sig figs, same structure etc..) Please also find these arrays attached (left = not working, right = working).
I would really appreciate it if you could get back to me with your thoughts on this.
Take care,
James
The text was updated successfully, but these errors were encountered:
Hello there,
First off thanks for making this package available - i've searched long and hard for a python package for automated rectangle decomposition.
I have had success using this package for certain arrays, however for many arrays the returned rectangles are not optimized.
From the attached you can see 2 arrays, 1 working and 1 not working.
Upon inspection of the not working rectangles that were returned, they are actually all 1 point (4 repeated values of the same x,y coordinate). I compared the 2 arrays (workings vs non working) and i cannot see any difference in the 2 (same sig figs, same structure etc..) Please also find these arrays attached (left = not working, right = working).
I would really appreciate it if you could get back to me with your thoughts on this.
Take care,
James
![working_array](https://user-images.githubusercontent.com/66964001/99694760-0e15d800-2a8d-11eb-9627-fcc76c34c148.png)
![not_working_array](https://user-images.githubusercontent.com/66964001/99694778-10783200-2a8d-11eb-933d-b41547be2e8d.png)
![rectangles](https://user-images.githubusercontent.com/66964001/99694800-166e1300-2a8d-11eb-9f8a-9fd887be919a.PNG)
![arrays](https://user-images.githubusercontent.com/66964001/99694808-19690380-2a8d-11eb-9ef3-92fa014a4bcf.PNG)
The text was updated successfully, but these errors were encountered: