laserson / squarify

Pure Python implementation of the squarify treemap layout algorithm
Other
297 stars 37 forks source link

Fix ambiguous conditional #20

Closed adrianmarkperea closed 5 years ago

adrianmarkperea commented 5 years ago

Just a minor change for the conditionals to make it more readable

laserson commented 5 years ago

Thanks for the improvement @adrianmarkperea! Since it doesn't change the functionality, I'm going to hold off on cutting a release though.