algorithms-nutshell-2ed
algorithms-nutshell-2ed copied to clipboard
if child.region.overlaps instead of if child.region.overlap
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.