pmneila / PyMaxflow

Python library for creating flow networks and computing the maxflow/mincut (aka graph-cuts for Python)

Home Page:http://pmneila.github.io/PyMaxflow/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python3 fastmin uses xrange istead of range

MMarus opened this issue · comments

There is no xrange in python3 therefore when using fastmin in python3 it screams about the xrange.

You're absolutely right. I'm fixing that.

It's done. I also uploaded the new version (1.2.8) to PyPI, so you should be able to update it with pip. Thank you for letting me know this error.