pyaesthetics icon indicating copy to clipboard operation
pyaesthetics copied to clipboard

ToDo

Open Gabrock94 opened this issue 6 years ago • 3 comments

  • [x] Fix warning in text / image ratio when area of the image == 0 /usr/local/lib/python3.5/dist-packages/prettywebsite-0.0.4-py3.5.egg/prettywebsite/spaceBasedDecomposition.py:63: RuntimeWarning: divide by zero encountered in long_scalars return({"textImageRatio":sum(text) / sum(image),"textArea":sum(text),"imageArea":sum(image),"nImages":len(image)})

Gabrock94 avatar Apr 21 '18 11:04 Gabrock94