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 believe the if statement should be if child.region.overlaps instead of if child.region.overlaps in quad.py. if child.region.overlaps returns a boolean and does the comparison to check for overlaping regions. child.region.overlaps returns a region.
The text was updated successfully, but these errors were encountered:
I believe the if statement should be if child.region.overlaps instead of if child.region.overlaps in quad.py. if child.region.overlaps returns a boolean and does the comparison to check for overlaping regions. child.region.overlaps returns a region.
The text was updated successfully, but these errors were encountered: